MS-RCPSP
|
Implementation of tournament selection operator. More...
#include <TournamentSelector.h>
Public Member Functions | |
TournamentSelector (int _n) | |
T * | select (const Population< T > &p) const override |
Implementation of tournament selection operator.
Definition at line 11 of file TournamentSelector.h.
|
inline |
_n | Tournament size. |
Definition at line 14 of file TournamentSelector.h.
|
overridevirtual |
Selects the candidate specimen from the population.
Implements EvolutionaryAlgorithm::Selector< T >.