Changeset 14929 for branches/PersistenceReintegration/HeuristicLab.Problems.Knapsack/3.3/SimilarityCalculators
- Timestamp:
- 05/04/17 19:06:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.Knapsack/3.3/SimilarityCalculators/KnapsackSimilarityCalculator.cs
r14412 r14929 26 26 using HeuristicLab.Optimization.Operators; 27 27 using HeuristicLab.PluginInfrastructure; 28 using HeuristicLab.Persistence; 28 29 29 30 namespace HeuristicLab.Problems.Knapsack { … … 37 38 [NonDiscoverableType] 38 39 [Obsolete("Please use the HammingSimilarityCalculator in the HeuristicLab.Encodings.BinaryVector plugin.")] 40 [StorableType("919e07b1-42fd-4370-b2bc-01940c8b47b2")] 39 41 internal sealed class KnapsackSimilarityCalculator : SingleObjectiveSolutionSimilarityCalculator { 40 42 protected override bool IsCommutative { get { return true; } }
Note: See TracChangeset
for help on using the changeset viewer.