ChromosomeBase GenerateGene Method | GeneticSharp |
Generates the gene for the specified index.
Namespace: GeneticSharp.Domain.ChromosomesAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- geneIndex
- Type:
System Int32
Gene index.
Return Value
Type: GeneThe gene.
Implements
IChromosome GenerateGene(Int32)See Also