Changes between Version 3 and Version 4 of ReviewHeuristicLab3.3.0CodePermutationEncoding
- Timestamp:
- 03/29/10 18:51:21 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0CodePermutationEncoding
v3 v4 11 11 * !MoveGenerators will respect this property when they create moves. 12 12 * `TabuMoveEvaluator` will be renamed to !TabuChecker and will also respect this property. 13 * abeham: done in r3232 13 14 * `TabuMoveMaker` will be renamed to something else ([http://www.google.at/search?q=tabuifier&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a tabuifier does not exist]) and will also respect this property. 15 * abeham: renamed to simply `TabuMaker` in r3232 14 16 * Moves will generally be renamed to the name of the underlying change operation: !TwoOpt becomes Inversion, !ThreeOpt becomes Translocation 17 * abeham: done in r3232 15 18 16 19 ----