TournamentSelection Properties

GeneticSharp

TournamentSelection Properties GeneticSharp
The TournamentSelection type exposes the following members.
Properties

  NameDescription
Public propertyAllowWinnerCompeteNextTournament
Gets or sets if allow any winner in a tournament to participate in the next tournament.
Remarks

In other words, if you want to allow a chromosome be selected more the one time.
Public propertySize
Gets or sets the size of the tournament.
Remarks

In other words, the number of chromosomes that will participate of each tournament until all need chromosomes be selected.
Back to Top
See Also