A Genetic Programming Framework for .NET

GPEngine.OnGenerationTested Method 

Throws the GenerationTested event.

protected virtual void OnGenerationTested(
   GenerationTestedEventArgs e
);

Parameters

e
A CancelEventArgs that contains the event data.

See Also

GPEngine Class | GeneticProgrammingEngine Namespace | GenerationTested Event | GenerationTestedEventHandler Delegate