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

It takes 2 populations (typically the parents and the offspring) and is suppposed to evaluate them alltogether
Basic use: apply an embedded eoEvalFunc to the offspring
Time-varying fitness: apply the embedded eoEvalFunc to both offspring and parents
Advanced uses: Co-evolution or "parisian" approach, or ...
Basic parallelization (synchronous standard evolution engine): call the slaves and wait for the results
Definition at line 49 of file eoPopEvalFunc.h.
1.3.9.1