Module genevo::selection::tournament [] [src]

The tournament module.

The provided SelectionOp implementations are:

  • TournamentSelector

Structs

TournamentSelector

The TournamentSelector implements the tournament selection method. It runs tournaments with a small size of participants and pick the best performing individuals from each tournament.