virtual void Perform(std::vector< std::unique_ptr< Individual >> ¤tPopulation, size_t populationMaxSize)
Perform - performs the selection.
Definition: Selection.cpp:10
The Selection class encapsulates the selection operation, i.e., how individuals are selected from the...
Definition: Selection.hh:19