<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramming > Classes > TRSGPIndividual<T> > Properties:
Comments (0)
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>