- Timestamp:
- 09/08/10 11:37:00 (14 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves
- Files:
-
- 21 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveEvaluator.cs
r4369 r4370 35 35 } 36 36 37 public override ILookupParameter VRPMoveParameter { 38 get { return TranslocationMoveParameter; } 39 } 40 37 41 [StorableConstructor] 38 42 private AlbaTranslocationMoveEvaluator(bool deserializing) : base(deserializing) { } -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveGenerator.cs
r4369 r4370 56 56 } 57 57 58 public override ILookupParameter VRPMoveParameter { 59 get { return TranslocationMoveParameter; } 60 } 61 58 62 public ILookupParameter<Permutation> PermutationParameter { 59 63 get { -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveMaker.cs
r4369 r4370 37 37 } 38 38 39 public override ILookupParameter VRPMoveParameter { 40 get { return TranslocationMoveParameter; } 41 } 42 39 43 public ILookupParameter<Permutation> PermutationParameter { 40 44 get { return moveMaker.PermutationParameter; }
Note: See TracChangeset
for help on using the changeset viewer.