Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/31/10 14:03:12 (14 years ago)
Author:
svonolfe
Message:

Renamed operators, added comments according to code review (#1039)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/GVR/Crossovers/GVRCrossover.cs

    r4268 r4346  
    2929
    3030namespace 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.")]
    3232  [StorableClass]
    3333  public sealed class GVRCrossover : VRPCrossover, IStochasticOperator {
Note: See TracChangeset for help on using the changeset viewer.