Loads an entire population and their dna from the XML parameter. The old population is first cleared.
Namespace: RSGenerics.GeneticProgramming
Delphi |
public |
Parameters
Node
Type: IXMLNode
TRSPopulation.LoadFromXML(IXMLNode)
The following example loads the gene descriptions and a representative population from a genetic algorithm domain (read from a file):
|