Changes between Version 70 and Version 71 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/22/10 17:31:17 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v70 v71 16 16 * Disable start button in prewired algorithm (localsearch, ... ) that expect a problem, when no problem has been loaded 17 17 * When the TSP importer is used after halting the execution, the engine should be reset 18 * `RealVectorEncoding`:19 * Looks like we need a !SelfAdaptiveCrossover20 * `Optimization`:21 * Interface for selfadaptive crossover and selfadaptive mutator22 18 * `EvolutionStrategy`: 23 19 * Prevent self adaptive mutation with non-selfadaptive crossover 24 20 * Add parameter to ES to indicate if 1/5 success rule or sigma-self adapation should be used 25 21 * !BoundsChecking after Crossover and Mutation with optional attribute 22 * abeham: added in r3182 26 23 * Implement `SelfAdaptiveCrossover` on the algorithm side with two `ICrossover` parameters 24 * abeham: implemented in r3183 (the interface thing got killed, since it's ES specific) 27 25 28 26 === Priority: MEDIUM ===