Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/28/20 23:36:25 (4 years ago)
Author:
abeham
Message:

#2521: worked on VRP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/LocalImprovement/AlbaLambdaInterchangeLocalImprovementOperator.cs

    r17698 r17704  
    2020#endregion
    2121
     22using HEAL.Attic;
     23using HeuristicLab.Common;
     24using HeuristicLab.Core;
     25using HeuristicLab.Data;
    2226using HeuristicLab.Optimization;
    23 using HeuristicLab.Core;
    24 using HEAL.Attic;
    25 using HeuristicLab.Data;
    26 using HeuristicLab.Common;
    2727using HeuristicLab.Parameters;
    2828using HeuristicLab.Problems.VehicleRouting.Interfaces;
     
    3131  [Item("AlbaLambdaInterchangeLocalImprovementOperator", "Takes a solution and finds the local optimum with respect to the lambda interchange neighborhood by decending along the steepest gradient.")]
    3232  [StorableType("84981F03-B886-4ADD-8DB5-C12628404335")]
    33   public class AlbaLambdaInterchangeLocalImprovementOperator : VRPOperator, IStochasticOperator, ILocalImprovementOperator, ISingleObjectiveOperator {
     33  public class AlbaLambdaInterchangeLocalImprovementOperator : VRPOperator, IStochasticOperator, ILocalImprovementOperator, ISingleObjectiveOperator, IAlbaOperator {
    3434
    3535    public IValueLookupParameter<IntValue> MaximumIterationsParameter {
Note: See TracChangeset for help on using the changeset viewer.