Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 20 and Version 21 of ReviewHeuristicLab3.3.0ApplicationDone


Ignore:
Timestamp:
03/22/10 17:56:48 (15 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0ApplicationDone

    v20 v21  
    2525 * There is a bug in the implementation of `SimulatedBinaryCrossover`
    2626  * 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)
    2734
    2835=== Priority: MEDIUM ===