|   | GEPChromosomeToString Method  | 
        
         
            Get string representation of the chromosome by providing its expression in
            reverse polish notation (postfix notation).
            
 
    Namespace: 
   Accord.Genetic
    Assembly:
   Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
 Syntax
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
Return Value
Type: 
StringReturns string representation of the expression represented by the GEP
            chromosome.
 See Also
See Also