#include <peoSeqPopEval.h>
Inheritance diagram for peoSeqPopEval< EOT >:

Public Member Functions | |
| peoSeqPopEval (eoEvalFunc< EOT > &__eval) | |
| Constructor function - it only sets an internal reference to point to the specified evaluation object. | |
| void | operator() (eoPop< EOT > &__pop) |
| Operator for evaluating all the individuals of a given population - in a sequential iterative manner. | |
Private Attributes | |
| eoEvalFunc< EOT > & | eval |
The specified EO evaluation object is applyied in an iterative manner to each individual of a specified population.
Definition at line 36 of file peoSeqPopEval.h.
|
||||||||||
|
Constructor function - it only sets an internal reference to point to the specified evaluation object.
Definition at line 56 of file peoSeqPopEval.h. |
|
||||||||||
|
Operator for evaluating all the individuals of a given population - in a sequential iterative manner.
Implements peoPopEval< EOT >. Definition at line 61 of file peoSeqPopEval.h. References peoSeqPopEval< EOT >::eval. |
1.4.6