Click or drag to resize
Accord.NET (logo)

GEPChromosomeGetTree Method

Get tree representation of the chromosome.

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
protected GPTreeNode GetTree()
Request Example View Source

Return Value

Type: GPTreeNode
Returns expression's tree represented by the chromosome.
Remarks

The method builds expression's tree for the native linear representation of the GEP chromosome.

See Also