Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of ReviewHeuristicLab3.3.0CodePermutationEncoding


Ignore:
Timestamp:
03/29/10 17:54:23 (15 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0CodePermutationEncoding

    v2 v3  
    44 * As discussed with swagner:
    55  * Permutation gets a property which type of permutation it is (enum of !RelativeDirected, !RelativeUndirected, Absolute).
     6   * abeham: done in r3231
    67  * The `PermutationCreator` will get a parameter that specifies which type of permutation to create
     8   * abeham: done in r3231
    79  * The problem will parameterize the `PermutationCreator` with this information
     10   * abeham: done in r3231
    811  * !MoveGenerators will respect this property when they create moves.
    912  * `TabuMoveEvaluator` will be renamed to !TabuChecker and will also respect this property.