A Genetic Programming Framework for .NET

GPEngine.GenerationTested Event

Thrown when an entire Population has been tested.

public event GenerationTestedEventHandler GenerationTested;

Event Data

The event handler receives an argument of type GenerationTestedEventArgs containing data related to this event. The following GenerationTestedEventArgs properties provide information specific to this event.

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled.
GenerationHistory Gets or sets the GenerationHistory for the tested Generation.

See Also

GPEngine Class | GeneticProgrammingEngine Namespace | GenerationTestedEventHandler Delegate | OnGenerationTested Method