TournamentSelection.Size Property

GeneticSharp

TournamentSelection Size Property GeneticSharp
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.

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

Syntax

public int Size { get; set; }
public int Size { get; set; }

Property Value

Type: OnlineInt32
See Also