Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 54 and Version 55 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/22/10 01:38:20 (14 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v54 v55  
    1616 * Hide choosing of different views when there is only one type of view to select
    1717 * 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
    1827
    1928=== Priority: MEDIUM ===
     
    7584  * swagner: In a discussion with maffenze it was decided to keep scope parameters.
    7685   * 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`
    7787     
    7888----