Changeset 6837 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Manipulators/PotvinManipulator.cs
- Timestamp:
- 09/27/11 13:29:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Manipulators/PotvinManipulator.cs
r6607 r6837 95 95 96 96 Manipulate(RandomParameter.ActualValue, VRPToursParameter.ActualValue as PotvinEncoding); 97 (VRPToursParameter.ActualValue as PotvinEncoding).Repair(); 97 98 98 99 return base.Apply();
Note: See TracChangeset
for help on using the changeset viewer.