Artificial Mind Help

GeneticAlgorithm.NewGenerationHandler Delegate

Represents the method that will handle the NewGeneration event of GeneticAlgorithm class.

public delegate void GeneticAlgorithm.NewGenerationHandler(
   object sender,
   NewGenerationEventArgs e
);

Requirements

Namespace: AnticipatingMinds.ArtificialMind.GeneticAlgorithms

Assembly: AnticipatingMinds.ArtificialMind.GeneticAlgorithms (in AnticipatingMinds.ArtificialMind.GeneticAlgorithms.dll)

See Also

AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace