EvolvingObjects
|
eoReduceMerge: Replacement strategies that start by reducing the parents, then merge with the offspring More...
#include <eoReduceMerge.h>
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 |
eoReduceMerge: Replacement strategies that start by reducing the parents, then merge with the offspring
This is the way to do SSGA: the offspring gets inserted in the population even if it is worse than anybody else.
Definition at line 57 of file eoReduceMerge.h.