Changes between Version 54 and Version 55 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/22/10 01:38:20 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v54 v55 16 16 * Hide choosing of different views when there is only one type of view to select 17 17 * Disable start button in prewired algorithm (localsearch, ... ) that expect a problem, when no problem has been loaded 18 * When the TSP importer is used after halting the execution, the engine should be reset 19 * `RealVectorEncoding`: 20 * Looks like we need a !SelfAdaptiveCrossover 21 * There is a bug in the implementation of `SimulatedBinaryCrossover` 22 * `Optimization`: 23 * Interface for selfadaptive crossover and selfadaptive mutator 24 * `EvolutionStrategy`: 25 * Prevent self adaptive mutation with non-selfadaptive crossover 26 * Add parameter to ES to indicate if 1/5 success rule or sigma-self adapation should be used 18 27 19 28 === Priority: MEDIUM === … … 75 84 * swagner: In a discussion with maffenze it was decided to keep scope parameters. 76 85 * 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. 86 * Improve description of !SearchIntervalFactor in `BreederGeneticAlgorithmManipulator` 77 87 78 88 ----