EvolvingObjects
eoDetTournamentSelect< EOT > Class Template Reference

eoDetTournamentSelect: a selection method that selects ONE individual by deterministic tournament More...

#include <eoDetTournamentSelect.h>

Inheritance diagram for eoDetTournamentSelect< EOT >:
eoSelectOne< EOT > eoUF< const eoPop< EOT > &, const EOT & > eoFunctorBase unary_function

List of all members.

Public Member Functions

 eoDetTournamentSelect (unsigned _tSize=2)
virtual const EOT & operator() (const eoPop< EOT > &_pop)
 The pure virtual function that needs to be implemented by the subclass.

Private Attributes

unsigned tSize

Detailed Description

template<class EOT>
class eoDetTournamentSelect< EOT >

eoDetTournamentSelect: a selection method that selects ONE individual by deterministic tournament

-MS- 24/10/99

Examples:
t-eoGenOp.cpp, t-eoSSGA.cpp, and t-eoSymreg.cpp.

Definition at line 45 of file eoDetTournamentSelect.h.


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