Click or drag to resize
Accord.NET (logo)

BinaryChromosome Constructor (Int32)

Initializes a new instance of the BinaryChromosome class.

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
public BinaryChromosome(
	int length
)
Request Example View Source

Parameters

length
Type: SystemInt32
Chromosome's length in bits, [2, MaxLength].
See Also