Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/19/10 16:50:39 (14 years ago)
Author:
abeham
Message:

#1084

  • Removing all foreign move evaluators in the TSP
  • Put the AlbaTranslocationMove operators under an interface of their own
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveMaker.cs

    r3938 r4047  
    3434  [Item("AlbaTranslocationMoveMaker", "An operator which makes translocation moves for the alba representation.")]
    3535  [StorableClass]
    36   public sealed class AlbaTranslocationMoveMaker : AlbaMoveMaker, IPermutationTranslocationMoveOperator, IMoveMaker {
     36  public sealed class AlbaTranslocationMoveMaker : AlbaMoveMaker, IAlbaTranslocationMoveOperator, IMoveMaker {
    3737    private TranslocationMoveMaker moveMaker;
    3838    protected override IPermutationMoveOperator PermutationMoveOperatorParameter {
Note: See TracChangeset for help on using the changeset viewer.