EvolvingObjects
|
Sequential selection: note the mark, rewind, unmark cycle here operators are repeatedly applied on the same individual(s) not all too elegant, but it sort of works... More...
#include <eoOpContainer.h>
Public Types | |
typedef unsigned | position_type |
Public Member Functions | |
void | apply (eoPopulator< EOT > &_pop) |
the function that will do the work | |
virtual std::string | className () const |
Private Attributes | |
std::vector< size_t > | to_apply |
std::vector< size_t > | production |
Sequential selection: note the mark, rewind, unmark cycle here operators are repeatedly applied on the same individual(s) not all too elegant, but it sort of works...
Definition at line 92 of file eoOpContainer.h.