Navigation: Code Documentation > GeneticAlgorithm > RSGeneticProgramming > Classes > TRSGPFloatNode
TRSGPFloatNode Methods
Name
Description
CreateNode(TRSGPInstruction<TGAFloat>,TRSGPNode<TGAFloat>)
Represents method CreateNode(TRSGPInstruction<TGAFloat>,TRSGPNode<TGAFloat>). (Overrides RSGenerics.GeneticProgramEngine.TRSGPTreeNode<T>.CreateNode(TRSGPInstruction<T>,TRSGPNode<T>).)
LoadValueFromXML(IXMLDnaType)
Loads the Value from the XML (Overrides RSGenerics.GeneticProgramEngine.TRSGPNode<T>.LoadValueFromXML(IXMLDnaType).)
SaveValueToXML(IXMLDnaType)
Saves the Value to the XML (Overrides RSGenerics.GeneticProgramEngine.TRSGPNode<T>.SaveValueToXML(IXMLDnaType).)
ValueToString
Returns a string representation of the Value. (Overrides RSGenerics.GeneticProgramEngine.TRSGPNode<T>.ValueToString.)
Top