EvolvingObjects
|
EP truncation method (some global stochastic tournament + sort) Softer selective pressure than pure truncate. More...
#include <eoReduce.h>
Classes | |
struct | Cmp |
Public Types | |
typedef EOT::Fitness | Fitness |
typedef std::pair< float, typename eoPop< EOT > ::iterator > | EPpair |
helper struct for comparing on std::pairs | |
Public Member Functions | |
eoEPReduce (unsigned _t_size) | |
void | operator() (eoPop< EOT > &_newgen, unsigned _newsize) |
The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
unsigned | t_size |
eoPop< EOT > | tmPop |
EP truncation method (some global stochastic tournament + sort) Softer selective pressure than pure truncate.
Definition at line 90 of file eoReduce.h.