<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramming > Classes > TRSGPIndividual<T> > Methods:
Comments (0)
Replaces the current DNA tree with the aDNA parameter. The old DNA tree is deleted and freed.
Namespace: RSGenerics.GeneticProgramming
Delphi
public procedure AssignDNA( const aDNA: TNode );
Parameters
aDNA
Type: System.Void