- Timestamp:
- 05/10/12 18:05:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.TestFunctions/3.3/SimilarityCalculators/SingleObjectiveTestFunctionSimilarityCalculator.cs
r7789 r7793 63 63 } 64 64 65 protected override double Calculate Diversity(IScope left, IScope right) {65 protected override double CalculateSimilarity(IScope left, IScope right) { 66 66 RealVector sol1 = left.Variables["Point"].Value as RealVector; 67 67 RealVector sol2 = right.Variables["Point"].Value as RealVector;
Note: See TracChangeset
for help on using the changeset viewer.