- Timestamp:
- 02/25/15 10:59:20 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/SimilarityCalculators/SingleObjectiveTestFunctionSimilarityCalculator.cs
r12012 r12070 38 38 [StorableClass] 39 39 public sealed class SingleObjectiveTestFunctionSimilarityCalculator : SingleObjectiveSolutionSimilarityCalculator { 40 #region Properties 40 protected override bool IsCommutative { get { return true; } } 41 41 42 [Storable] 42 43 public DoubleMatrix Bounds { get; set; } 43 #endregion44 44 45 45 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.