#include <eoMerge.h>
Inheritance diagram for eoElitism< EOT >:

Public Member Functions | |
| eoElitism (double _rate, bool _interpret_as_rate=true) | |
| void | operator() (const eoPop< EOT > &_pop, eoPop< EOT > &_offspring) |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
| double | rate |
| unsigned | combien |
pop size
Definition at line 55 of file eoMerge.h.
1.3.9.1