TournamentSelection Constructor

GeneticSharp

TournamentSelection Constructor GeneticSharp
Overload List

  Name Description
Public method TournamentSelection 
Initializes a new instance of the TournamentSelection class.
Remarks

The default Size is 2. The default AllowWinnerCompeteNextTournament is true.
Public method TournamentSelection(Int32)
Initializes a new instance of the TournamentSelection class.
Remarks

The default AllowWinnerCompeteNextTournament is true.
Public method TournamentSelection(Int32, Boolean)
Initializes a new instance of the TournamentSelection class.
Back to Top
See Also