Hide Comments
Hide Comments

Comments (0)

Saves the genetic programming scenario to XML

alert_cautionWarning

The component writes the metadata about instructions (i.e., name, arity, comment) but does not actually write the OnExecute code.

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  procedure SaveToXML(const GPXML: IXMLGeneticProgram); overload; virtual;
 

Parameters

GPXML

Type: IXMLGeneticProgram

Implements

IRSGeneticProgramReaderWriter.SaveToXML(IXMLGeneticProgram)
IRSGeneticProgramReaderWriter.SaveToXML(IXMLGeneticProgram)
 

expandingSee Also

Comments (0)