Function minimization evaluation class. More...
#include <FunctionMinEvalOp.h>
Public Member Functions | |
| FitnessP | evaluate (IndividualP individual) |
| Evaluate a single individual. Method must create and return a Fitness object. | |
| void | registerParameters (StateP) |
| Register evaluator parameters. Called before EvaluateOp::initialize method. | |
| bool | initialize (StateP) |
| Initialize the evaluator. Called before first evaluation occurs. | |
| FitnessP | evaluate (IndividualP individual) |
| Evaluate a single individual. Method must create and return a Fitness object. | |
| void | registerParameters (StateP) |
| Register evaluator parameters. Called before EvaluateOp::initialize method. | |
| bool | initialize (StateP) |
| Initialize the evaluator. Called before first evaluation occurs. | |
| FitnessP | evaluate (IndividualP individual) |
| Evaluate a single individual. Method must create and return a Fitness object. | |
| void | registerParameters (StateP) |
| Register evaluator parameters. Called before EvaluateOp::initialize method. | |
| bool | initialize (StateP) |
| Initialize the evaluator. Called before first evaluation occurs. | |
Public Attributes | |
| uint | iFunction_ |
| function index | |
| std::string | cocoFolder_ |
| COCO output folder. | |
| std::string | cocoAlgName_ |
| COCO algorithm name. | |
| std::string | cocoAlgComments_ |
| COCO algorithm description. | |
| uint | cocoInstance_ |
| COCO function instance. | |
| bool | experimentMode_ |
| enable COCO experiment | |
| double | coco_optimum_ |
| COCO function optimal value. | |
| bool | isCocoInitialized_ |
| is COCO initialized | |
Function minimization evaluation class.
Definition at line 41 of file FunctionMinEvalOp.h.
1.7.1