Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramming > Classes > TRSGPIndividual<T>
TRSGPIndividual<T> Properties
Name
Description
Collection
Returns the population that this individual belongs to.
DNA
Represents the genetic code of the individual, its DNA as a program tree of functions, constants, and variables.
FlattenedDNA
Represents property FlattenedDNA.
Top