Hide Comments
Hide Comments

Comments (0)

Represents the genetic code of the individual, its DNA as a program tree of functions, constants, and variables.

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  property DNA: TNode read FDNA write SetDNA;
 

Property Value

Type: TNode

expandingSee Also

Comments (0)