EvolvingObjects
eoEPReduce< EOT > Class Template Reference

EP truncation method (some global stochastic tournament + sort) Softer selective pressure than pure truncate. More...

#include <eoReduce.h>

Inheritance diagram for eoEPReduce< EOT >:
eoReduce< EOT > eoBF< eoPop< EOT > &, unsigned, void > eoFunctorBase binary_function

List of all members.

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

Detailed Description

template<class EOT>
class eoEPReduce< EOT >

EP truncation method (some global stochastic tournament + sort) Softer selective pressure than pure truncate.

Definition at line 90 of file eoReduce.h.


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