Hide Comments
Hide Comments

Comments (0)

Saves the genetic programming scenario to a file specified by the filename

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.

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public 
  procedure SaveToFile(const FileName: string); 
 

Parameters

FileName

Type: string

expandingSee Also

Comments (0)