SelectionBase Constructor

GeneticSharp

SelectionBase Constructor GeneticSharp
Initializes a new instance of the SelectionBase class.

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

Syntax

protected SelectionBase(
	int minNumberChromosomes
)
protected SelectionBase(
	int minNumberChromosomes
)

Parameters

minNumberChromosomes
Type: OnlineSystem Int32
Minimum number chromosomes support to be selected.
See Also