Show/Hide Toolbars

RiverSoftAVG Products Help

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

IRSGeneticProgramReaderWriter.SaveToXML(IXMLGPDomainType) Method

Scroll Prev Top Next More

Saves the genetic programming domain (instructions, fittest individual, population) to XML

alert_cautionWarning

A genetic programming writer writes the metadata about instructions (i.e., name, arity, comment) but does not actually write the OnExecute code themselves.

alert_cautionWarning

What parts of the genetic programming scenario that are written is up to the class implementation. For example, the TRSCustomGeneticProgrammingExecutor<T> does not save the population but only the fittest individual.

Namespace: RSGenerics.GeneticProgramEngine

Parameters

GPXML

Type: IXMLGPDomainType

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb