- Timestamp:
- 08/31/10 14:03:12 (14 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Prins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Prins/Crossovers/PrinsPermutationCrossover.cs
r4268 r4346 27 27 28 28 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Prins { 29 [Item("PrinsPermutationCrossover", "An operator which crosses two VRP representations using a standard permutation operator. ")]29 [Item("PrinsPermutationCrossover", "An operator which crosses two VRP representations using a standard permutation operator. It is implemented as described in Prins, C. (2004). A simple and effective evolutionary algorithm for the vehicle routing problem. Computers & Operations Research, 12:1985-2002.")] 30 30 [StorableClass] 31 31 public sealed class PrinsPermutationCrossover : PrinsCrossover, IPrinsOperator { -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Prins/Manipulators/PrinsPermutationManipulator.cs
r4268 r4346 27 27 28 28 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Prins { 29 [Item("PrinsPermutationManipulator", "An operator which manipulates a VRP representation by using a standard permutation manipulator. ")]29 [Item("PrinsPermutationManipulator", "An operator which manipulates a VRP representation by using a standard permutation manipulator. It is implemented as described in Prins, C. (2004). A simple and effective evolutionary algorithm for the vehicle routing problem. Computers & Operations Research, 12:1985-2002.")] 30 30 [StorableClass] 31 31 public sealed class PrinsPermutationManipulator : PrinsManipulator {
Note: See TracChangeset
for help on using the changeset viewer.