Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.TestFunctions/3.3/SimilarityCalculators
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.TestFunctions/3.3/SimilarityCalculators/SingleObjectiveTestFunctionSimilarityCalculator.cs
r13368 r14711 36 36 /// </remarks> 37 37 [Item("SingleObjectiveTestFunctionSimilarityCalculator", "An operator that performs similarity calculation between two test functions solutions. The operator calculates the similarity based on the euclidean distance of the two solutions in n-dimensional space.")] 38 [Storable Class("E5439741-8311-48CC-850D-D5FC8FDFF98A")]38 [StorableType("E5439741-8311-48CC-850D-D5FC8FDFF98A")] 39 39 public sealed class SingleObjectiveTestFunctionSimilarityCalculator : SingleObjectiveSolutionSimilarityCalculator { 40 40 protected override bool IsCommutative { get { return true; } }
Note: See TracChangeset
for help on using the changeset viewer.