Changeset 6857 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDExchange/PotvinPDExchangeMoveMaker.cs
- Timestamp:
- 09/30/11 15:23:48 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDExchange/PotvinPDExchangeMoveMaker.cs
r6856 r6857 98 98 PotvinEncoding newSolution = move.Individual.Clone() as PotvinEncoding; 99 99 Apply(newSolution, move, ProblemInstance); 100 newSolution.Repair(); 100 101 VRPToursParameter.ActualValue = newSolution; 101 102 //reset move quality103 VRPEvaluation eval = ProblemInstance.Evaluate(newSolution);104 MoveQualityParameter.ActualValue.Value = eval.Quality;105 102 } 106 103 }
Note: See TracChangeset
for help on using the changeset viewer.