Artificial Mind Help

GeneticAlgorithm.SolutionFoundHandler Delegate

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

public delegate void GeneticAlgorithm.SolutionFoundHandler(
   object sender,
   SolutionFoundEventArgs e
);

Requirements

Namespace: AnticipatingMinds.ArtificialMind.GeneticAlgorithms

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

See Also

AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace