Artificial Mind Help

GeneticAlgorithm.OnSolutionFound Method 

Raises the SolutionFound event.

protected virtual void OnSolutionFound(
   SolutionFoundEventArgs e
);

Parameters

e
Event arguments.

Remarks

The solution is found when FindSolution return instance of the Gene that represnets problem solution.

See Also

GeneticAlgorithm Class | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace