![]() |
ECF 1.7
|
OneMax problem evaluation class. More...
#include <OneMaxEvalOp.h>
Public Member Functions | |
| FitnessP | evaluate (IndividualP individual) |
| Evaluate a single individual. Method must create and return a Fitness object. | |
| Public Member Functions inherited from EvaluateOp | |
| virtual void | registerParameters (StateP) |
| Register evaluator parameters. Called before EvaluateOp::initialize method. | |
| virtual bool | initialize (StateP) |
| Initialize the evaluator. Called before first evaluation occurs. | |
OneMax problem evaluation class.
Definition at line 24 of file OneMaxEvalOp.h.
|
virtual |
Evaluate a single individual. Method must create and return a Fitness object.
Implements EvaluateOp.
Definition at line 5 of file OneMaxEvalOp.cpp.