Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 75 and Version 76 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/22/10 17:57:04 (14 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v75 v76  
    1717  * Also prevent start in trajectory based algorithms when e.g. `MoveGenerator`, etc. is null
    1818 * 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 crossover
    21    * abeham: fixed in r3185
    22   * Add parameter to ES to indicate if 1/5 success rule or sigma-self adapation should be used
    23  * !BoundsChecking after Crossover and Mutation with optional attribute
    24   * abeham: added in r3182
    25  * Implement `SelfAdaptiveCrossover` on the algorithm side with two `ICrossover` parameters
    26   * abeham: implemented in r3183 (the interface thing got killed, since it's ES specific)
    2719
    2820=== Priority: MEDIUM ===
     
    7567   * 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.
    7668 * 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
    7872----
    7973