Changeset 7793 for branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.TravelingSalesman/3.3/SimilarityCalculators
- Timestamp:
- 05/10/12 18:05:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.TravelingSalesman/3.3/SimilarityCalculators/TSPSimilarityCalculator.cs
r7789 r7793 42 42 } 43 43 44 protected override double Calculate Diversity(IScope left, IScope right) {44 protected override double CalculateSimilarity(IScope left, IScope right) { 45 45 Permutation v1 = left.Variables[TargetParameter.ActualName].Value as Permutation; 46 46 Permutation v2 = right.Variables[TargetParameter.ActualName].Value as Permutation;
Note: See TracChangeset
for help on using the changeset viewer.