Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 19:06:54 (7 years ago)
Author:
gkronber
Message:

#2520 fixed unit tests for new persistence: loading & storing all samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Problems.Knapsack/3.3/SimilarityCalculators/KnapsackSimilarityCalculator.cs

    r14412 r14929  
    2626using HeuristicLab.Optimization.Operators;
    2727using HeuristicLab.PluginInfrastructure;
     28using HeuristicLab.Persistence;
    2829
    2930namespace HeuristicLab.Problems.Knapsack {
     
    3738  [NonDiscoverableType]
    3839  [Obsolete("Please use the HammingSimilarityCalculator in the HeuristicLab.Encodings.BinaryVector plugin.")]
     40  [StorableType("919e07b1-42fd-4370-b2bc-01940c8b47b2")]
    3941  internal sealed class KnapsackSimilarityCalculator : SingleObjectiveSolutionSimilarityCalculator {
    4042    protected override bool IsCommutative { get { return true; } }
Note: See TracChangeset for help on using the changeset viewer.