Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/21/12 14:32:32 (12 years ago)
Author:
svonolfe
Message:

Deactivated LS manipulators by default (#1177)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Manipulators/PotvinLocalSearchManipulator.cs

    r6838 r7855  
    2727using System.Collections.Generic;
    2828using HeuristicLab.Common;
     29using HeuristicLab.Problems.VehicleRouting.Interfaces;
    2930
    3031namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin {
    3132  [Item("PotvinLocalSearchManipulator", "The LSM operator which manipulates a VRP representation.  It is implemented as described in Potvin, J.-Y. and Bengio, S. (1996). The Vehicle Routing Problem with Time Windows - Part II: Genetic Search. INFORMS Journal of Computing, 8:165–172.")]
    3233  [StorableClass]
    33   public sealed class PotvinLocalSearchManipulator : PotvinManipulator {
     34  public sealed class PotvinLocalSearchManipulator : PotvinManipulator, IVRPLocalSearchManipulator {
    3435    public IValueParameter<IntValue> Iterations {
    3536      get { return (IValueParameter<IntValue>)Parameters["Iterations"]; }
Note: See TracChangeset for help on using the changeset viewer.