- Timestamp:
- 05/06/10 05:02:15 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/SingleObjectiveTestFunctionProblemEvaluator.cs
r3520 r3665 84 84 } 85 85 86 public virtual double Evaluate2D(double x, double y) { 87 return EvaluateFunction(new RealVector(new double[] { x, y })); 88 } 89 86 90 /// <summary> 87 91 /// Evaluates the test function for a specific <paramref name="point"/>.
Note: See TracChangeset
for help on using the changeset viewer.