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/Manipulators/GVRInversionManipulator.cs

    r4230 r4346  
    2727
    2828namespace HeuristicLab.Problems.VehicleRouting.Encodings.GVR {
    29   [Item("GVRInversionManipulator", "An operator which manipulates a GVR representation by inverting a subroute. ")]
     29  [Item("GVRInversionManipulator", "An operator which manipulates a GVR representation by inverting a subroute. 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.")]
    3030  [StorableClass]
    3131  public sealed class GVRInversionManipulator : GVRManipulator {
Note: See TracChangeset for help on using the changeset viewer.