Hide Comments
Hide Comments

Comments (0)

Saves the genetic programming scenario to the stream

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 SaveToStream(Stream: TStream); virtual; 
 

Parameters

Stream

Type: TStream

Implements

IRSGeneticProgramReaderWriter.SaveToStream(TStream)
IRSGeneticProgramReaderWriter.SaveToStream(TStream)
 

expandingSee Also

Comments (0)