TournamentSelection(tournamentSize: Int)
A component that is able to perform tournament selection on a collection of individuals.
The ability to perform "negative" tournaments is also provided, where losers from a population are chosen instead of winners.
tournamentSize
- The size of the tournaments that should be held.