Changeset 5177 for branches/ParallelEngine/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Manipulators/AlbaCustomerSwapManipulator.cs
- Timestamp:
- 12/26/10 03:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Manipulators/AlbaCustomerSwapManipulator.cs
r4722 r5177 38 38 } 39 39 40 protected override void Manipulate(I Random random, AlbaEncoding individual) {40 protected override void Manipulate(IExecutionContext context, IRandom random, AlbaEncoding individual) { 41 41 int index1, index2, temp; 42 42
Note: See TracChangeset
for help on using the changeset viewer.