EvolvingObjects
eoReduce< EOT > Class Template Reference

eoReduce: .reduce the new generation to the specified size At the moment, limited to truncation - with 2 different methods, one that sorts the whole population, and one that repeatidely kills the worst. More...

#include <eoReduce.h>

Inheritance diagram for eoReduce< EOT >:
eoBF< eoPop< EOT > &, unsigned, void > eoFunctorBase binary_function eoDetTournamentTruncate< EOT > eoEPReduce< EOT > eoLinearTruncate< EOT > eoRandomReduce< EOT > eoStochTournamentTruncate< EOT > eoStochTournamentTruncateSplit< EOT > eoTruncate< EOT >

List of all members.


Detailed Description

template<class EOT>
class eoReduce< EOT >

eoReduce: .reduce the new generation to the specified size At the moment, limited to truncation - with 2 different methods, one that sorts the whole population, and one that repeatidely kills the worst.

Ideally, we should be able to choose at run-time!!!

Definition at line 47 of file eoReduce.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends