EvolvingObjects
|
SelectivePopulator an eoPoplator that uses an eoSelectOne to select guys. More...
#include <eoPopulator.h>
Public Member Functions | |
eoSelectivePopulator (const eoPop< EOT > &_pop, eoPop< EOT > &_dest, eoSelectOne< EOT > &_sel) | |
const EOT & | select () |
the select method actually selects one guy from the src pop | |
Private Attributes | |
eoSelectOne< EOT > & | sel |
SelectivePopulator an eoPoplator that uses an eoSelectOne to select guys.
Supposedly, it is passed the initial population.
Definition at line 190 of file eoPopulator.h.