Timeline
11/04/13:
- 12:27 Documentation/DevelopmentCenter/IntegrateHeuristicLab edited by
- (diff)
- 12:22 Documentation/DevelopmentCenter/IntegrateHeuristicLab edited by
- (diff)
- 10:18 Changeset [10104] by
-
#1886 fixed RealVectorEqualityComparer and added unit tests for caches
- 10:15 Changeset [10103] by
-
- fixed issues within the outermost control detection
- fixed visible property assignment of the breadcrumb control in ViewHost
11/02/13:
10/31/13:
- 14:54 Changeset [10102] by
-
#1886 added mutation pointcuts for realvector and permutation encodings
- 14:31 Changeset [10101] by
-
#1886 added PermutationPointcut and refactored pointcut code
- 13:15 Changeset [10100] by
-
#2026: major refactoring of example GPDL solver (random search complete except for RANGE constrained terminals)
- 13:11 Changeset [10099] by
-
#2026 minor corrections in GPDL example files
- 09:34 Changeset [10098] by
-
#1886 added method for converting similarity-based measures to euclidean distances
10/30/13:
- 21:49 Changeset [10097] by
-
#1886 added metric mds for testing purposes
- 17:05 Changeset [10096] by
-
#1886 started working on crossover wrappers that can execute analyzers for crossovers
- 15:46 Changeset [10095] by
-
added initial plugin structure
10/29/13:
- 14:23 Changeset [10094] by
-
#2082: Improved error handling in Scilab evaluator and prepared the project files for MONO compilation.
- 13:47 Changeset [10093] by
-
- refactored breadcrumb navigation
- added possibility to navigate to the first invisible breadcrumb via the ellipsis
10/28/13:
- 18:27 Changeset [10092] by
-
#1886 fixed volume calculation of polytopes
- 18:03 Changeset [10091] by
-
#1886 renamed analyzers to collectors to avoid confusion
- 17:51 Changeset [10090] by
-
#1886 added an algorithm that executes analyzers on a solution cache
- 17:50 Changeset [10089] by
-
- added hotlinking functionality
- added methods for outermost view host detection and manipulation
- 11:47 Changeset [10088] by
-
#2083: Removed old project and rewritten the Benchmark Generator as a HeuristicLab plugin. Added new functions and visualization capability.
- 08:15 Changeset [10087] by
-
#2116: fixed readonly property assignment in ParameterCollectionView
10/27/13:
- 20:17 Changeset [10086] by
-
#2026 worked on random search solver (now all examples are working)
10/25/13:
- 14:50 Changeset [10085] by
-
branched trunk
- 14:49 Changeset [10084] by
-
removed branch
- 14:44 Changeset [10083] by
-
added student data pre-processing branch
- 09:02 Documentation/DevelopmentCenter/Compile HeuristicLab under Linux edited by
- (diff)
10/24/13:
- 10:14 Changeset [10082] by
-
#1886 correction of LPHull Func
10/23/13:
- 15:56 Changeset [10081] by
-
#1886 fixed LPHull, seems to work now
10/22/13:
- 20:39 Changeset [10080] by
-
#2026 implemented a code generator for random search solvers for GPDL problems
- 19:23 Changeset [10079] by
-
#2026 added the royal tree benchmark problem for genetic programming
- 00:05 Changeset [10078] by
-
#1886 another bugfix in the point calculation from distance matrices
10/21/13:
- 23:43 Changeset [10077] by
-
#1886 fixed a bug in the point calculation from distance matrices
- 12:54 Changeset [10076] by
-
#2110 updated list of problems and algorithms
- 11:29 Changeset [10075] by
-
- For each newly created node, ResetLocalParameters() has to be called, if possible. Otherwise 'Variable' symbols won't be initialized correctly. (E.g. internal ValueName is null and causes exceptions.)
- Method MapDepthFirstRecursively() of DepthFirstMapper.cs checks subtree boundaries by using the MinimumArity instead of the MaximumArity. Otherwise e.g. adding the 'Addition' symbol will cause very short trees, because this symbol has got a MaximumArity of 255! This would cause, that the tree is immediately full, after insertion of one 'Addition' symbol, if the genotype length is e.g. just 100.
- Several bug fixes.
- Unresolved issues:
- Changes in the selected grammar are not taken into account during a run (e.g. 'Addition' symbols will be inserted into the tree, although its checkbox was unchecked previously).
- Exception, if a division by zero is tried.
- Wrapping mechanism.