Changeset 11970 for trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/IBestSingleObjectiveTestFunctionSolutionAnalyzer.cs
- Timestamp:
- 02/07/15 13:52:48 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/IBestSingleObjectiveTestFunctionSolutionAnalyzer.cs
r11171 r11970 27 27 /// An interface which represents operators for analyzing the best solution of single objective TestFunction Problems given in real vector representation. 28 28 /// </summary> 29 public interface IBestSingleObjectiveTestFunctionSolutionAnalyzer : IAnalyzer {29 public interface IBestSingleObjectiveTestFunctionSolutionAnalyzer : IAnalyzer, ISingleObjectiveOperator { 30 30 ILookupParameter RealVectorParameter { get; } 31 31 ILookupParameter QualityParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.