Hide Comments
Hide Comments

Comments (0)

Loads the entire genetic component from the XML file specified by the Filename parameter, including the Genes (genetic algorithms) or Instructions (genetic programming) and the Population. Use the LoadFromFile and SaveToFile methods to stream in and out the genetic component in XML format. The format of the XML is defined in the GeneticAlgorithm.xsd and GeneticProgramming.xsd schema files.

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public 
  procedure LoadFromFile(const FileName: string); override; 
 

Parameters

FileName

Type: string

Implements

IRSGeneticProgramReaderWriter.LoadFromFile(string)
IRSGeneticProgramReaderWriter.LoadFromFile(string)
 

Overrides

TRSCustomGeneticComponent.LoadFromFile(string)
 

expandingSee Also

Comments (0)