EvolvingObjects
|
ES type of replacement strategy: ignore parents, truncate offspring. More...
#include <eoMergeReduce.h>
Public Member Functions | |
virtual void | operator() (eoPop< EOT > &_parents, eoPop< EOT > &_offspring) |
The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
eoNoElitism< EOT > | no_elite |
eoTruncate< EOT > | truncate |
ES type of replacement strategy: ignore parents, truncate offspring.
comma strategy
Definition at line 90 of file eoMergeReduce.h.