Changes between Version 75 and Version 76 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/22/10 17:57:04 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v75 v76 17 17 * Also prevent start in trajectory based algorithms when e.g. `MoveGenerator`, etc. is null 18 18 * When the TSP importer is used after halting the execution, the engine should be reset 19 * `EvolutionStrategy`:20 * Prevent self adaptive mutation with non-selfadaptive crossover21 * abeham: fixed in r318522 * Add parameter to ES to indicate if 1/5 success rule or sigma-self adapation should be used23 * !BoundsChecking after Crossover and Mutation with optional attribute24 * abeham: added in r318225 * Implement `SelfAdaptiveCrossover` on the algorithm side with two `ICrossover` parameters26 * abeham: implemented in r3183 (the interface thing got killed, since it's ES specific)27 19 28 20 === Priority: MEDIUM === … … 75 67 * abeham: I think more parameter are just more confusing and description of the internal mechanisms of an operator are better displayed in the description text. I'll vote for removal of the current scope parameters, but I'll move this to low priority for now. 76 68 * Improve description of !SearchIntervalFactor in `BreederGeneticAlgorithmManipulator` 77 69 * `EvolutionStrategy`: 70 * Add parameter to ES to indicate if 1/5 success rule or sigma-self adapation should be used 71 78 72 ---- 79 73