Click or drag to resize
Accord.NET (logo)

PermutationChromosome Constructor (Int32)

Initializes a new instance of the PermutationChromosome class.

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

Parameters

length
Type: SystemInt32
See Also