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