Changeset 13403 for branches/ProblemRefactoring/HeuristicLab.Problems.TestFunctions/3.3/Instances/SOTFData.cs
- Timestamp:
- 11/25/15 23:24:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProblemRefactoring/HeuristicLab.Problems.TestFunctions/3.3/Instances/SOTFData.cs
r12012 r13403 39 39 /// The operator used for evaluations 40 40 /// </summary> 41 public ISingleObjectiveTestFunction ProblemEvaluator Evaluator{ get; set; }41 public ISingleObjectiveTestFunction TestFunction { get; set; } 42 42 } 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.