- Timestamp:
- 08/31/10 14:03:12 (14 years ago)
- File:
-
- 1 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 {
Note: See TracChangeset
for help on using the changeset viewer.