Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 70 and Version 71 of ReviewHeuristicLab3.3.0Application


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v70 v71  
    1616 * Disable start button in prewired algorithm (localsearch, ... ) that expect a problem, when no problem has been loaded
    1717 * When the TSP importer is used after halting the execution, the engine should be reset
    18  * `RealVectorEncoding`:
    19   * Looks like we need a !SelfAdaptiveCrossover
    20  * `Optimization`:
    21   * Interface for selfadaptive crossover and selfadaptive mutator
    2218 * `EvolutionStrategy`:
    2319  * Prevent self adaptive mutation with non-selfadaptive crossover
    2420  * Add parameter to ES to indicate if 1/5 success rule or sigma-self adapation should be used
    2521 * !BoundsChecking after Crossover and Mutation with optional attribute
     22  * abeham: added in r3182
    2623 * Implement `SelfAdaptiveCrossover` on the algorithm side with two `ICrossover` parameters
     24  * abeham: implemented in r3183 (the interface thing got killed, since it's ES specific)
    2725
    2826=== Priority: MEDIUM ===