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

Public Member Functions | |
| eoReduceMerge (eoReduce< EOT > &_reduce, eoMerge< EOT > &_merge) | |
| void | operator() (eoPop< EOT > &_parents, eoPop< EOT > &_offspring) |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
| eoReduce< EOT > & | reduce |
| eoMerge< EOT > & | merge |
This is the way to do SSGA: the offspring gets inserted in the population even if it is worse than anybody else.
: eoReduceMerge, eoSSGAWorseReplacement, eoSSGADetTournamentReplacement, eoSSGAStochTournamentReplacement
Definition at line 53 of file eoReduceMerge.h.
1.3.9.1