Click or drag to resize
Accord.NET (logo)

PopulationItem Property

Get chromosome with specified index.

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
public IChromosome this[
	int index
] { get; }
Request Example View Source

Parameters

index
Type: SystemInt32
Chromosome's index to retrieve.

Property Value

Type: IChromosome
Remarks
Allows to access individuals of the population.
See Also