Timeline
01/11/17:
- 07:38 Changeset [14558] by
-
#2700 made TSNE compatible with the new pausible BasicAlgs, removed rescaling of scatterplots during alg to give it a more movie-esque feel
- 02:18 Changeset [14557] by
-
#2701: minor tweaks
- 01:53 Changeset [14556] by
-
- fixed bug with breeding
- fixed permutation sub-space hillclimber
- improved speed of inversion by calling Array.Reverse(int, int) instead of using a for-loop
- added delinking for relative-undirected permutations
01/10/17:
- 18:03 Changeset [14555] by
-
#1836 SA reheating strategies: Refactoring, Added Connolly Reheater Operator
- 17:27 Changeset [14554] by
-
#2650: removed warnings
01/09/17:
- 15:03 Changeset [14553] by
- 00:36 Changeset [14552] by
-
- Added alternating bits binary test Problem
- Refactored MemPR to work with programmable problem in current trunk
- fixed a bug in permutation MemPR when crossover doesn't assign an offspring
01/08/17:
- 22:16 Changeset [14551] by
-
#2701: refactored breeding, removed hillclimbing after breeding
01/05/17:
- 17:50 Changeset [14550] by
-
- Added BinaryVectorEqualityComparer (identical to the one in the P3 plugin) to binaryvector plugin
- Added delinking for absolute coded permutations
- Some tweaks
- 17:36 Changeset [14549] by
-
#2520: worked on persistence
- 17:28 Changeset [14548] by
-
#2714 Improved the deleting of columns, to allow deleting multiple columns at once.
- 15:59 Changeset [14547] by
-
#2719 added type and view for representing dictionary<string,double> as bar chart (implementation in progress)
- 15:50 Changeset [14546] by
-
#2709 Added shortcuts for select input/all/none variables in datagrid and statistics.
- 15:12 Changeset [14545] by
-
- Uses StringMatrix for statistics instead of winforms datagrid.
- Precheck input/target variables only for statistics.
- 00:32 Changeset [14544] by
-
- LLE: Added equality comparer
- MemPR:
- Added GPR to learn about heuristic performance
- Changed Breeding to do more exhaustive search on crossover
- Added Delinking separately to Relinking
- Rewrote d/relinking for LLE
- Reduce usage of local search
- Renamed TabuWalk to AdaptiveWalk
- Rewrote adaptive walk for binary problems
- Renamed LLE namespace to Grouping to avoid namespace clashes
01/04/17:
- 18:38 Changeset [14543] by
-
#2719 enhanced Optimizer functionality; added results
- 16:33 Changeset [14542] by
-
#2650: merged r14504:14533 from trunk to branch
- 16:14 Changeset [14541] by
-
#2650: better wording in exception string
- 14:49 Changeset [14540] by
-
#2650: fixed bugs in simplifier (causing multiple references to the same tree nodes within a tree)
- 13:58 Changeset [14539] by
-
#2650: extended simplifier to pass all new unit tests for factors and binary factors
01/03/17:
- 23:04 Changeset [14538] by
-
#2719 enhanced the optimizer's functionality
- 18:21 Changeset [14537] by
-
#2520: worked on persistence
- 15:31 Ticket #2723 (Providing variable values as double[] to Dataset fails at runtime) created by
- In the Dataset class an IList is accepted as variable values, however …
01/02/17:
- 14:06 Changeset [14536] by
-
#2719 added datastream type; updated the optimizer view and control functionality
01/01/17:
- 17:35 Changeset [14535] by
-
#2650 worked on simplifier
12/30/16:
- 19:35 Changeset [14534] by
-
#2650: added simplifier unit tests for factor symbols