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

Public Member Functions | |
| eoTruncSelect (eoSelectOne< EOT > &_select, eoHowMany _howMany) | |
| Ctor: from an eoSelect (and an eoMany to tell how many are kept for selectino. | |
| virtual void | operator() (const eoPop< EOT > &_source, eoPop< EOT > &_dest) |
| The implementation repeatidly selects an individual. | |
Private Attributes | |
| eoSelectOne< EOT > & | select |
| eoHowMany | howMany |
Therefore eoSelectMany needs an eoSelectOne in its ctor It will use an eoHowMnay to determine the number of guys to keep,
Definition at line 43 of file eoTruncSelect.h.
| virtual void eoTruncSelect< EOT >::operator() | ( | const eoPop< EOT > & | _source, | |
| eoPop< EOT > & | _dest | |||
| ) | [inline, virtual] |
The implementation repeatidly selects an individual.
| _source | the source population | |
| _dest | the resulting population (size of this population is the number of times eoSelectOne is called. It empties the destination and adds the selection into it) |
Definition at line 56 of file eoTruncSelect.h.
References eoTruncSelect< EOT >::howMany, and eoTruncSelect< EOT >::select.
1.4.7