Lists the individual genes of a TRSGAGenes object. Use the Items property to iterate through all the genes. Index identifies the index in the range 0 to Count - 1.
Namespace: RSGeneticAlgorithm
Delphi |
public |
Parameters
Index
Type: Integer
Type: TRSGAGene
Each gene is an item in the TRSGAGenes collection. So, to access an individual gene description, you use its index, e.g., Delphi |
begin |