Loads the entire collection of genes from the XML parameter. The old genes are first cleared.
Namespace: RSGeneticAlgorithm
Delphi |
public |
Parameters
GenoTypeXML
Type: IXMLGenoType
The following example loads the gene descriptions and a representative population from a genetic algorithm domain (read from a file): Delphi |
procedure LoadFromFile(const FileName: string); |