Changeset 14929 for branches/PersistenceReintegration/HeuristicLab.Problems.TravelingSalesman/3.3/SimilarityCalculators
- Timestamp:
- 05/04/17 19:06:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.TravelingSalesman/3.3/SimilarityCalculators/TSPSimilarityCalculator.cs
r14185 r14929 25 25 using HeuristicLab.Encodings.PermutationEncoding; 26 26 using HeuristicLab.Optimization.Operators; 27 using HeuristicLab.Persistence; 27 28 28 29 namespace HeuristicLab.Problems.TravelingSalesman { … … 34 35 /// </remarks> 35 36 [Item("TSPSimilarityCalculator", "An operator that performs similarity calculation between two traveling salesman solutions. The operator calculates the similarity based on the number of edges the two solutions have in common.")] 37 [StorableType("f398ae9e-bc66-4e8d-b697-436f53d69622")] 36 38 public sealed class TSPSimilarityCalculator : SingleObjectiveSolutionSimilarityCalculator { 37 39 protected override bool IsCommutative { get { return true; } }
Note: See TracChangeset
for help on using the changeset viewer.