Class TestFunction

java.lang.Object
planner.utils.evaluators.testfunctions.TestFunction
All Implemented Interfaces:
Evaluator
Direct Known Subclasses:
AckleyFunction, CoranaParabolaFunction, GoldsteinFunction, GriewankFunction, HyperEllipsoidFunction, PenalizedShubertFunction, QuarticFunction, RastriginFunction, RosenbrockFunction, ShekelFoxholesFunction, SixHumpCamelFunction, SphereFunction, StepFunction

public abstract class TestFunction extends Object implements Evaluator
TestFunction is an abstract class for representing the functions used for testing and experimental issues, which can be also considerated as evaluators of the genotype of the individuals.
Since:
1.0
Version:
1.0
Author:
Alicia Vazquez Ramos
  • Field Details

    • exe

      protected final Execution exe
      Configuration of the current execution.
  • Constructor Details

    • TestFunction

      public TestFunction(Execution exe)
      Constructor.
      Parameters:
      exe - configuration of the current execution.