Saves the specific individual's chromosome values to the XML parameter.
Namespace: RSGeneticAlgorithm
Delphi |
public |
Parameters
GenesXML
Type: IXMLGenes
Item
Type: TRSGAIndividual
The following example saves the gene descriptions and the population to a stream: Delphi |
procedure SaveToStream(const Stream: TStream); |