Changeset 5177 for branches/ParallelEngine/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Manipulators/AlbaLambdaInterchangeManipulator.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/AlbaLambdaInterchangeManipulator.cs
r4722 r5177 102 102 } 103 103 104 protected override void Manipulate(I Random rand, AlbaEncoding individual) {104 protected override void Manipulate(IExecutionContext context, IRandom rand, AlbaEncoding individual) { 105 105 List<Tour> tours = individual.GetTours(); 106 106 int lambda = LambdaParameter.Value.Value;
Note: See TracChangeset
for help on using the changeset viewer.