Package planner.utils.evaluators.testfunctions


package planner.utils.evaluators.testfunctions
  • Classes
    Class
    Description
    AckleyFunction is a class implementing the Ackley's function over the TestFunction abstract base class.
    CoranaParabolaFunction is a class implementing the Corana's parabola function over the TestFunction abstract base class.
    GoldsteinFunction is a class implementing the Goldstein's function over the TestFunction abstract base class.
    GriewankFunction is a class implementing the Griewank's function over the TestFunction abstract base class.
    HyperEllipsoidFunction is a class implementing the Hyper-Ellipsoid function over the TestFunction abstract base class.
    ModifiedPenalizedShubertFunction is a class implementing the Modified Penalized Shubert's function over the TestFunction abstract base class.
    PenalizedShubertFunction is a class implementing the Penalized Shubert's function over the TestFunction abstract base class.
    QuarticFunction is a class implementing the quartic function over the TestFunction abstract base class.
    RastriginFunction is a class implementing the Rastrigin's function over the TestFunction abstract base class.
    RosenbrockFunction is a class implementing the Rosenbrock's function over the TestFunction abstract base class.
    ShekelFoxholesFunction is a class implementing the Shekel's Foxholes function over the TestFunction abstract base class.
    SixHumpCamelFunction is a class implementing the Six-Hump Camel function over the TestFunction abstract base class.
    SphereFunction is a class implementing the sphere function over the TestFunction abstract base class.
    StepFunction is a class implementing the step function over the TestFunction abstract base class.
    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.