Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramming > Classes > TRSGPIndividual<T> > Properties
TRSGPIndividual<T>.Collection Property
Returns the population that this individual belongs to.
Namespace: RSGenerics.GeneticProgramming
Delphi
public property Collection: TRSGPPopulation<T> read GetCollection write SetCollection;
Property Value
Type: TRSGPPopulation<T>
•TRSGPIndividual<T>
•RSGenerics.GeneticProgramming