Hide Comments
Hide Comments

Comments (0)

Saves the genetic programming domain (instructions, fittest individual) 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: IXMLGPDomainType); overload; virtual;
 

Parameters

GPXML

Type: IXMLGPDomainType

Implements

IRSGeneticProgramReaderWriter.SaveToXML(IXMLGPDomainType)
IRSGeneticProgramReaderWriter.SaveToXML(IXMLGPDomainType)
 

expandingSee Also

Comments (0)