Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramming > Classes > TRSGPIndividual<T> > Properties
TRSGPIndividual<T>.DNA Property
Represents the genetic code of the individual, its DNA as a program tree of functions, constants, and variables.
Namespace: RSGenerics.GeneticProgramming
Delphi
public property DNA: TNode read FDNA write SetDNA;
Property Value
Type: TNode
•RSGenerics.GeneticProgramming.TRSGPIndividual<T>.AssignDNA(TNode)
•RSGenerics.GeneticProgramming.TRSGPIndividual<T>.FlattenDNA
•RSGenerics.GeneticProgramEngine.TRSGPNode<T>
•TRSGPIndividual<T>
•RSGenerics.GeneticProgramming