Click or drag to resize
Accord.NET (logo)

GEPChromosomeheadLength Field

Length of GEP chromosome's head.

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

Field Value

Type: Int32
Remarks

GEP chromosome's head is a part of chromosome, which may contain both functions' and arguments' nodes. The rest of chromosome (tail) may contain only arguments' nodes.

See Also