Artificial Mind Help

GeneticAlgorithm.SolutionFound Event

Ocures when the problem solution has been found.

public event SolutionFoundHandler SolutionFound;

Remarks

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

See Also

GeneticAlgorithm Class | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace