<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramming > Classes > TRSGPPopulation<T> > Methods:
Comments (0)
Loads an entire population and their dna from the XML parameter. The old population is first cleared.
Namespace: RSGenerics.GeneticProgramming
Delphi
public procedure LoadFromXML( const Population: IXMLGPPopulation ); reintroduce; overload; virtual;
Parameters
Population
Type: IXMLGPPopulation