#include <eoReduceMergeReduce.h>
Inheritance diagram for eoReduceMergeReduce< EOT >:

Public Member Functions | |
| eoReduceMergeReduce (eoHowMany _howManyElite, bool _strongElitism, eoHowMany _howManyReducedParents, eoReduce< EOT > &_reduceParents, eoHowMany _howManyReducedOffspring, eoReduce< EOT > &_reduceOffspring, eoReduce< EOT > &_reduceFinal) | |
| void | operator() (eoPop< EOT > &_parents, eoPop< EOT > &_offspring) |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
| eoHowMany | howManyElite |
| bool | strongElitism |
| eoHowMany | howManyReducedParents |
| eoHowMany | howManyReducedOffspring |
| eoReduce< EOT > & | reduceParents |
| eoReduce< EOT > & | reduceOffspring |
| eoReduce< EOT > & | reduceFinal |
Definition at line 49 of file eoReduceMergeReduce.h.
1.3.9.1