Show/Hide Toolbars

RiverSoftAVG Products Help

Defines the floating point node for tree-based genetic programming which can contain at most 2 children. Each node represents one function or terminal (constant, variable) in a genetic program. It has one  Parent (or nil if root node) and 0 or more  Child nodes (terminals have no children).

noteNote

If your instructions have arity greater than 2, use the RSGeneticProgramming.TRSGPFloatNode class instead.

alert_noteNotes to Implementers

The TRSGPBinaryFloatNode class was created so that LoadValueFromXML. SaveValueToXML. amd ValueToString methods could be defined (using FloatToStr and StrToFloat).

Namespace: RSGeneticProgramming

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb