Saves every individual of the population and its chromosomes to the XML parameter.
Namespace: RSGenerics.GeneticProgramming
Delphi |
public |
Parameters
Node
Type: IXMLNode
TRSPopulation.SaveToXML(IXMLNode)
The following example saves the gene descriptions and the population to a stream: Delphi |
procedure SaveToStream(const Stream: TStream); |