Changes between Version 2 and Version 3 of ReviewHeuristicLab3.3.0CodePermutationEncoding
- Timestamp:
- 03/29/10 17:54:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0CodePermutationEncoding
v2 v3 4 4 * As discussed with swagner: 5 5 * Permutation gets a property which type of permutation it is (enum of !RelativeDirected, !RelativeUndirected, Absolute). 6 * abeham: done in r3231 6 7 * The `PermutationCreator` will get a parameter that specifies which type of permutation to create 8 * abeham: done in r3231 7 9 * The problem will parameterize the `PermutationCreator` with this information 10 * abeham: done in r3231 8 11 * !MoveGenerators will respect this property when they create moves. 9 12 * `TabuMoveEvaluator` will be renamed to !TabuChecker and will also respect this property.