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

Public Member Functions | |
| eoStochasticUniversalSelect (const eoPop< EOT > &pop=eoPop< EOT >()) | |
| Sanity check. | |
| void | setup (const eoPop< EOT > &_pop) |
| virtual function to setup some population stats (for instance eoProportional can benefit greatly from this) | |
| const EOT & | operator() (const eoPop< EOT > &_pop) |
| do the selection, | |
Private Types | |
| typedef std::vector< unsigned > | IndexVec |
Private Attributes | |
| IndexVec | indices |
Definition at line 44 of file eoStochasticUniversalSelect.h.
1.4.7