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: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  property Items[Index: Integer]: TRSGPIndividual<T> read GetItem write SetItem; default;
 

Parameters

Index

Type: Integer

Property Value

Type: TRSGPIndividual<T>

expandingSee Also

Comments (0)