|
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; }
Public ReadOnly Default Property Item (
index As Integer
) As IChromosome
Get
Request Example
View SourceParameters
- index
- Type: SystemInt32
Chromosome's index to retrieve.
Property Value
Type:
IChromosomeRemarks Allows to access individuals of the population.
See Also