Hide Comments
Hide Comments

Comments (0)

Lists the individuals of the population object. Use the Items property to iterate through all the individuals. Index identifies the index in the range 0 to Count - 1.
 

Namespace: RSGeneticBase

expandingSyntax

Delphi

public
  property Items[Index: Integer]: TRSIndividual read GetItem write SetItem; default;
 

Parameters

Index

Type: Integer

Property Value

Type: TRSIndividual

expandingSee Also

Reference

Comments (0)