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/Prins/Crossovers/PrinsPermutationCrossover.cs

    r4268 r4346  
    2727
    2828namespace 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.")]
    3030  [StorableClass]
    3131  public sealed class PrinsPermutationCrossover : PrinsCrossover, IPrinsOperator {   
Note: See TracChangeset for help on using the changeset viewer.