#include <moeoRouletteSelect.h>
Inheritance diagram for moeoRouletteSelect< MOEOT >:

Public Member Functions | |
| moeoRouletteSelect (unsigned int _tSize=2) | |
| Ctor. | |
| const MOEOT & | operator() (const eoPop< MOEOT > &_pop) |
| Apply the tournament to the given population. | |
Protected Attributes | |
| double & | tSize |
| size | |
Definition at line 24 of file moeoRouletteSelect.h.
| moeoRouletteSelect< MOEOT >::moeoRouletteSelect | ( | unsigned int | _tSize = 2 |
) | [inline] |
Ctor.
| _tSize | the number of individuals in the tournament (default: 2) |
Definition at line 32 of file moeoRouletteSelect.h.
References moeoRouletteSelect< MOEOT >::tSize.
| const MOEOT& moeoRouletteSelect< MOEOT >::operator() | ( | const eoPop< MOEOT > & | _pop | ) | [inline] |
Apply the tournament to the given population.
| _pop | the population |
Definition at line 48 of file moeoRouletteSelect.h.
References moeoRouletteSelect< MOEOT >::tSize.
1.4.7