Hide Comments
Hide Comments

Comments (0)

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

alert_cautionWarning

This component does not write the entire population of a genetic programming scenario. It only writes the fittest individual using the    GPProgram property.

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public 
  procedure SaveToFile( const FileName: String); virtual; 
 

Parameters

FileName

Type: String

Implements

IRSGeneticProgramReaderWriter.SaveToFile(string)
IRSGeneticProgramReaderWriter.SaveToFile(string)
 

expandingSee Also

Comments (0)