- Timestamp:
- 03/03/17 18:41:01 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.QuadraticAssignment/3.3/QAPSimilarityCalculator.cs
r12070 r14713 25 25 using HeuristicLab.Encodings.PermutationEncoding; 26 26 using HeuristicLab.Optimization.Operators; 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 28 28 29 namespace HeuristicLab.Problems.QuadraticAssignment { … … 34 35 /// </remarks> 35 36 [Item("QAPSimilarityCalculator", "An operator that performs similarity calculation between two quadratic assignment solutions. The operator calculates the similarity based on the number of edges the two solutions have in common.")] 37 [StorableType("EC8B94E6-EA4D-4EA4-86E5-9386F5CE54FE")] 36 38 public sealed class QAPSimilarityCalculator : SingleObjectiveSolutionSimilarityCalculator { 37 39 protected override bool IsCommutative { get { return true; } }
Note: See TracChangeset
for help on using the changeset viewer.