Click or drag to resize
Accord.NET (logo)

GEPChromosomeToStringNative Method

Get string representation of the chromosome.

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
public string ToStringNative()
Request Example View Source

Return Value

Type: String
Returns the chromosome in native linear representation.
Remarks

Note Note
The method is used for debugging mostly.

See Also