|
EvolvingObjects
|
eoNoSelect: returns all individual in order WITHOUT USING FITNESS!!! looping back to the beginning when exhasuted More...
#include <eoRandomSelect.h>
Public Member Functions | |
| eoNoSelect () | |
| Ctor. | |
| virtual const EOT & | operator() (const eoPop< EOT > &_pop) |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
| unsigned | current |
eoNoSelect: returns all individual in order WITHOUT USING FITNESS!!! looping back to the beginning when exhasuted
Definition at line 74 of file eoRandomSelect.h.