Hide Comments
Hide Comments

Comments (0)

Saves the genetic programming scenario to the XML

alert_cautionWarning

This component does not write the entire population of a genetic programming scenario. It only writes the fittest individual using the    GPProgram property.

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)