#include <eoGenOp.h>

Public Member Functions | |
| eoBinGenOp (eoBinOp< EOT > &_op) | |
| unsigned | max_production (void) |
| Max production is used to reserve space for all elements that are used by the operator, not setting it properly can result in a crash. | |
| void | apply (eoPopulator< EOT > &_pop) |
| do the work: get 2 individuals from the population, modifies only one (it's a eoBinOp) | |
| virtual std::string | className () const |
Private Attributes | |
| eoBinOp< EOT > & | op |
Definition at line 107 of file eoGenOp.h.
1.5.5