Changeset 17225 for branches/2521_ProblemRefactoring/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/Interfaces
- Timestamp:
- 08/29/19 13:53:26 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/Interfaces/IMultiObjectiveTestFunction.cs
r16723 r17225 34 34 double[,] Bounds(int objectives); 35 35 36 I Enumerable<double[]> OptimalParetoFront(int objectives);36 IList<double[]> OptimalParetoFront(int objectives); 37 37 double OptimalHypervolume(int objectives); 38 38 double[] ReferencePoint(int objectives);
Note: See TracChangeset
for help on using the changeset viewer.