Get string representation of the chromosome by providing its expression in reverse polish notation (postfix notation).

Namespace:  AForge.Genetic
Assembly:  AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public override string ToString()

Return Value

Returns string representation of the genetic tree.

Remarks

The method returns string representation of the tree's root node (see ToString()()()).

See Also