Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/24/20 00:58:42 (4 years ago)
Author:
abeham
Message:

#2521: working on VRP (WIP)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/LambdaInterchange/AlbaStochasticLambdaInterchangeSingleMoveGenerator.cs

    r17226 r17698  
    6262    }
    6363
    64     public static AlbaLambdaInterchangeMove Apply(AlbaEncoding individual, int cities, int lambda, IRandom rand) {
     64    public static AlbaLambdaInterchangeMove Apply(AlbaEncodedSolution individual, int cities, int lambda, IRandom rand) {
    6565      List<Tour> tours = individual.GetTours();
    6666
     
    9090    }
    9191
    92     protected override AlbaLambdaInterchangeMove[] GenerateMoves(AlbaEncoding individual, IVRPProblemInstance problemInstance, int lambda) {
     92    protected override AlbaLambdaInterchangeMove[] GenerateMoves(AlbaEncodedSolution individual, IVRPProblemInstance problemInstance, int lambda) {
    9393      List<AlbaLambdaInterchangeMove> moves = new List<AlbaLambdaInterchangeMove>();
    9494
Note: See TracChangeset for help on using the changeset viewer.