EvolvingObjects
|
eoPopLoopEval: an instance of eoPopEvalFunc that simply applies a private eoEvalFunc to all offspring AND ALL PARENTS as the fitness is supposed here to vary More...
#include <eoPopEvalFunc.h>
Public Member Functions | |
eoTimeVaryingLoopEval (eoEvalFunc< EOT > &_eval) | |
Ctor: set value of embedded eoEvalFunc. | |
void | operator() (eoPop< EOT > &_parents, eoPop< EOT > &_offspring) |
Do the job: simple loop over the offspring. | |
Private Attributes | |
eoEvalFunc< EOT > & | eval |
eoPopLoopEval: an instance of eoPopEvalFunc that simply applies a private eoEvalFunc to all offspring AND ALL PARENTS as the fitness is supposed here to vary
Definition at line 237 of file eoPopEvalFunc.h.