Hide Comments
Hide Comments

Comments (0)

Load the genetic programming instructions from the XML

alert_cautionWarning

The component reads and writes the metadata about instructions (i.e., name, arity, comment) but does not actually read or write the OnExecute code. After reading a genetic programming scenario, you need to add OnExecute event handlers to instructions.

alert_cautionImportant Note

When reading a genetic programming scenario, the component will attempt to match currently existing instructions to instruction names in the scenario. IF an instruction is found, the instruction will be preserved (including its OnExecute event).

After reading the scenario, any previous instructions not found in the scenario will be deleted.

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  procedure LoadFromXML(const GPXML: IXMLGPInstructions); reintroduce; overload; virtual;
 

Parameters

GPXML

Type: IXMLGPInstructions

Implements

IRSGeneticProgramReaderWriter.LoadFromXML(IXMLGPInstructions)
IRSGeneticProgramReaderWriter.LoadFromXML(IXMLGPInstructions)
 

expandingSee Also

Comments (0)