Changeset 7852 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Moves/VRPMoveMaker.cs
- Timestamp:
- 05/21/12 13:46:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Moves/VRPMoveMaker.cs
r6607 r7852 63 63 64 64 private void UpdateMoveEvaluation() { 65 IVRPEvaluator evaluator = ProblemInstance. EvaluatorParameter.Value;65 IVRPEvaluator evaluator = ProblemInstance.SolutionEvaluator; 66 66 ICollection<IParameter> addedParameters = new List<IParameter>(); 67 67
Note: See TracChangeset
for help on using the changeset viewer.