Class TournamentSelectionStrategy<TGenome>

A selection strategy that uses a tournament to select parents.

This selection strategy runs a tournament between random participants from the population, and selects the best participant as a parent.

Type Parameters

  • TGenome extends BaseGenome

    The type of genome objects in the population.

Implements

Constructors

Properties

crossoverParentsCount: number
tournamentSize: number

Methods