moeoRouletteSelect< MOEOT > Class Template Reference

Selection strategy that selects ONE individual by using roulette wheel process. More...

#include <moeoRouletteSelect.h>

Inheritance diagram for moeoRouletteSelect< MOEOT >:

moeoSelectOne< MOEOT > eoSelectOne< MOEOT > eoUF< A1, R > eoFunctorBase List of all members.

Public Member Functions

 moeoRouletteSelect (moeoComparator< MOEOT > &_comparator, unsigned _tSize=2)
 Full Ctor.
 moeoRouletteSelect (unsigned _tSize=2)
 Ctor without comparator.
const MOEOT & operator() (const eoPop< MOEOT > &_pop)
 Apply the tournament to the given population.

Protected Attributes

moeoComparator< MOEOT > & comparator
 comparator
double & tSize
 size

Detailed Description

template<class MOEOT>
class moeoRouletteSelect< MOEOT >

Selection strategy that selects ONE individual by using roulette wheel process.

Definition at line 23 of file moeoRouletteSelect.h.


Constructor & Destructor Documentation

template<class MOEOT>
moeoRouletteSelect< MOEOT >::moeoRouletteSelect ( moeoComparator< MOEOT > &  _comparator,
unsigned  _tSize = 2 
) [inline]

Full Ctor.

Parameters:
_comparator the comparator (used to compare 2 individuals)
_tSize the number of individuals in the tournament (default: 2)

Definition at line 33 of file moeoRouletteSelect.h.

References moeoRouletteSelect< MOEOT >::tSize.

template<class MOEOT>
moeoRouletteSelect< MOEOT >::moeoRouletteSelect ( unsigned  _tSize = 2  )  [inline]

Ctor without comparator.

A moeoFitnessThenDiversityComparator is used as default.

Parameters:
_tSize the number of individuals in the tournament (default: 2)

Definition at line 50 of file moeoRouletteSelect.h.

References moeoRouletteSelect< MOEOT >::tSize.


The documentation for this class was generated from the following file:
Generated on Tue Apr 17 16:53:22 2007 for ParadisEO-MOEO by  doxygen 1.5.1