MS-RCPSP
|
Base abstract class for selection operators. More...
#include <Selector.h>
Public Member Functions | |
virtual T * | select (const Population< T > &p) const =0 |
Base abstract class for selection operators.
If you want to implement your own selection operator, create a subclass of Selector and override Selector::select function.
Definition at line 15 of file Selector.h.
|
pure virtual |
Selects the candidate specimen from the population.
Implemented in EvolutionaryAlgorithm::TournamentSelector< T >.