Initializes a new instance of the BinaryChromosome class.

Namespace:  AForge.Genetic
Assembly:  AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public BinaryChromosome(
	int length
)

Parameters

length
Type: System..::.Int32
Chromosome's length in bits, [2, MaxLength].

See Also