Hide Comments
Hide Comments

TRSCustomGeneticComponent.SaveToXML(IXMLGeneticDocumentType) Method

Comments (0)

Saves the entire genetic component to the XML specified by the parameter, including the Genes (genetic algorithms) or Instructions (genetic programming) and the Population. Use the LoadFromFile and SaveToFile methods to stream in and out the genetic component in XML format. The format of the XML is defined in the GeneticAlgorithm.xsd and GeneticProgramming.xsd schema files.

Namespace: RSGeneticBase

expandingSyntax

Delphi

public
  procedure SaveToXML(const Doc: IXMLGeneticDocumentType); overload; virtual;
 

Parameters

Doc

Type: IXMLGeneticDocumentType

expandingSee Also

Comments (0)