|
EvolvingObjects
|
Public Member Functions | |
| GenOpWrapper (PyObject *p) | |
| 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. | |
| std::string | className () const |
| void | apply (eoPopulator< PyEO > &populator) |
| the function that will do the work | |
Public Attributes | |
| PyObject * | self |
Definition at line 32 of file geneticOps.cpp.