Hide Comments
Hide Comments

Comments (0)

Loads the entire genetic component from the XML stream specified by the stream parameter, including the Genes (genetic algorithms) or Instructions (genetic programming) and the Population. Use the LoadFromStream and SaveToStream 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: RSGeneticAlgorithm

expandingSyntax

Delphi

public 
  procedure LoadFromStream(Stream: TStream); override; 
 

Parameters

Stream

Type: TStream

Overrides

TRSCustomGeneticComponent.LoadFromStream(TStream)
 

expandingSee Also

Comments (0)