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
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
Configuration of the current execution.
-
-
Constructor Details
-
TestFunction
Constructor.- Parameters:
exe- configuration of the current execution.
-