Changes between Version 20 and Version 21 of ReviewHeuristicLab3.3.0ApplicationDone
- Timestamp:
- 03/22/10 17:56:48 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0ApplicationDone
v20 v21 25 25 * There is a bug in the implementation of `SimulatedBinaryCrossover` 26 26 * abeham: fixed in r3172 27 * `EvolutionStrategy`: 28 * Prevent self adaptive mutation with non-selfadaptive crossover 29 * abeham: fixed in r3185 30 * !BoundsChecking after Crossover and Mutation with optional attribute 31 * abeham: added in r3182 32 * Implement `SelfAdaptiveCrossover` on the algorithm side with two `ICrossover` parameters 33 * abeham: implemented in r3183 (the interface thing got killed, since it's ES specific) 27 34 28 35 === Priority: MEDIUM ===