Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/13 10:54:12 (11 years ago)
Author:
jkarder
Message:

#2029: applied the changes suggested by gkronber in comment:5:ticket:2029

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/BoothEvaluator.cs

    r9345 r9407  
    9494    /// <param name="point">N-dimensional point for which the test function should be evaluated.</param>
    9595    /// <returns>The result value of the Booth function at the given point.</returns>
    96     public override double EvaluateFunction(RealVector point) {
     96    public override double Evaluate(RealVector point) {
    9797      return Apply(point);
    9898    }
Note: See TracChangeset for help on using the changeset viewer.