- 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/GVR/Crossovers/GVRCrossover.cs
r4268 r4346 29 29 30 30 namespace HeuristicLab.Problems.VehicleRouting.Encodings.GVR { 31 [Item("GVRCrossover", "The GVR crossover operation. ")]31 [Item("GVRCrossover", "The GVR crossover operation. It is implemented as described in Pereira, F.B. et al (2002). GVR: a New Genetic Representation for the Vehicle Routing Problem. AICS 2002, LNAI 2464, pp. 95-102.")] 32 32 [StorableClass] 33 33 public sealed class GVRCrossover : VRPCrossover, IStochasticOperator {
Note: See TracChangeset
for help on using the changeset viewer.