- Timestamp:
- 02/10/15 09:57:29 (10 years ago)
- Location:
- branches/ALPS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS
- Property svn:mergeinfo changed
-
branches/ALPS/HeuristicLab.Problems.TestFunctions
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.TestFunctions merged: 11970
- Property svn:mergeinfo changed
-
branches/ALPS/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/IBestSingleObjectiveTestFunctionSolutionAnalyzer.cs
r11171 r11975 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.