|
EvolvingObjects
|
SeqPopulator: an eoPopulator that sequentially goes through the population is supposed to be used after a batch select of a whole bunch or genitors. More...
#include <eoPopulator.h>
Classes | |
| struct | OutOfIndividuals |
Public Member Functions | |
| eoSeqPopulator (const eoPop< EOT > &_pop, eoPop< EOT > &_dest) | |
| const EOT & | select (void) |
| the select method simply returns next individual in the src pop | |
Private Attributes | |
| unsigned | current |
SeqPopulator: an eoPopulator that sequentially goes through the population is supposed to be used after a batch select of a whole bunch or genitors.
Definition at line 158 of file eoPopulator.h.