|
GEPChromosomeToStringNative Method
|
Get string representation of the chromosome.
Namespace:
Accord.Genetic
Assembly:
Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntaxpublic string ToStringNative()
Public Function ToStringNative As String
Request Example
View SourceReturn Value
Type:
StringReturns the chromosome in native linear representation.
Remarks Note |
---|
The method is used for debugging mostly. |
See Also