Definition at line 8 of file main.cpp.
◆ evaluate() [1/2]
FitnessP PrimeEvalOp::evaluate |
( |
IndividualP |
| ) |
|
|
virtual |
Evaluate a single individual. Method must create and return a Fitness object.
Implements EvaluateOp.
Definition at line 51 of file main.cpp.
◆ evaluate() [2/2]
FitnessP PrimeEvalOp::evaluate |
( |
IndividualP |
| ) |
|
|
virtual |
Evaluate a single individual. Method must create and return a Fitness object.
Implements EvaluateOp.
◆ initialize() [1/2]
bool PrimeEvalOp::initialize |
( |
StateP |
| ) |
|
|
virtual |
Initialize the evaluator. Called before first evaluation occurs.
Reimplemented from EvaluateOp.
Definition at line 20 of file main.cpp.
◆ initialize() [2/2]
bool PrimeEvalOp::initialize |
( |
StateP |
| ) |
|
|
virtual |
Initialize the evaluator. Called before first evaluation occurs.
Reimplemented from EvaluateOp.
◆ codomain [1/2]
std::vector<long int> PrimeEvalOp::codomain |
◆ codomain [2/2]
std::vector<int> PrimeEvalOp::codomain |
◆ domain [1/2]
std::vector<long int> PrimeEvalOp::domain |
◆ domain [2/2]
std::vector<int> PrimeEvalOp::domain |
◆ nSamples
uint PrimeEvalOp::nSamples |
The documentation for this class was generated from the following files: