Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/20/19 14:32:01 (5 years ago)
Author:
abeham
Message:

#2521: fixed some problems in Samples.Create unit tests and updated samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.Knapsack/3.3/KnapsackProblem.cs

    r17320 r17356  
    187187      Operators.Add(new KnapsackPathRelinker());
    188188      Operators.Add(new KnapsackSimultaneousPathRelinker());
    189       Operators.Add(new KnapsackSimilarityCalculator());
    190189      Operators.Add(new QualitySimilarityCalculator());
    191190      Operators.Add(new NoSimilarityCalculator());
     
    194193      Operators.Add(new PopulationSimilarityAnalyzer(Operators.OfType<ISolutionSimilarityCalculator>()));
    195194
     195      Operators.Add(new KnapsackOneBitflipMoveEvaluator());
    196196      Parameterize();
    197197    }
Note: See TracChangeset for help on using the changeset viewer.