TournamentSelection Constructor (Int32)

GeneticSharp

TournamentSelection Constructor (Int32) GeneticSharp
Initializes a new instance of the TournamentSelection class.
Remarks

The default AllowWinnerCompeteNextTournament is true.

Namespace: GeneticSharp.Domain.Selections
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public TournamentSelection(
	int size
)
public TournamentSelection(
	int size
)

Parameters

size
Type: OnlineSystem 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