Occurs each time the Evolve method is called. The OnEvolve event handler is called once at the end of the Evolve method. Use the OnEvolve event handler to take action when the Population evolves.
Namespace: RSGeneticBase
Delphi |
public |
Property Value
Type: TNotifyEvent
The following code updates a chart with running information for the genetic algorithm: Delphi |
procedure TForm1.RSGeneticAlgorithm1Evolve(Sender: TObject); |
Reference•RSGeneticBase.TRSCustomGeneticComponent.Evolve •ParallelEvolve |