Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Interfaces > IRSGeneticProgramReaderWriter > Methods

IRSGeneticProgramReaderWriter.LoadFromXML(IXMLGPDomainType) Method

Scroll Prev Top Next More

Load the genetic programming domain (instructions, fittest individual, population) from the XML

alert_cautionWarning

A genetic programming reader/writer reads and writes the metadata about instructions (i.e., name, arity, comment) but does not actually read or write the OnExecute code themselves. After reading a genetic programming scenario, you need to add OnExecute event handlers to instructions.

alert_cautionImportant Note

When reading a genetic programming scenario, the reader will attempt to match currently existing instructions to instruction names in the scenario. IF an instruction is found, the instruction will be preserved (including its OnExecute event).

After reading the scenario, any previous instructions not found in the scenario will be deleted.

Namespace: RSGenerics.GeneticProgramEngine

Parameters

GPXML

Type: IXMLGPDomainType

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb