Hide Comments
Hide Comments

Comments (0)

Copies properties from the Source object to the current object

noteNote

When copying a source TRSCustomGeneticProgramming<T> component or TRSCustomGeneticProgrammingExecutor<T> component, the method copies the Instructions including the event handlers. If the Source is a TRSCustomGeneticProgramming<T> component, the FittestIndividual's DNA is copied to    GPProgram.

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public 
  procedure Assign(Source: TPersistent); override; 
 

Parameters

Source

Type: TPersistent

expandingSee Also

Comments (0)