Selection methods. This package contains implementations of the ISelector interface,
that is, classes that implement different selection methods. Concretely, the package
contains the following selection methods
- Betters selector (class BettersSelector)
- Worses selector (class WorsesSelector)
- Roulette selection method (class RouletteSelector)
- Boltzmann selection method (class BoltzmannSelector)
- Tournament selection method (class TournamentSelector)