TournamentSelection Constructor (Int32) | GeneticSharp |
Initializes a new instance of the TournamentSelection class.
The default AllowWinnerCompeteNextTournament is true.
Namespace: GeneticSharp.Domain.SelectionsRemarks
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- size
- Type: System Int32
The size of the tournament, in other words, the number of chromosomes that will participate of each tournament until all need chromosomes be selected.
See Also