Provides a pre-wired skeleton for implementation of GeneticAlgorithm.
For a list of all members of this type, see GeneticAlgorithm Members.
System.Object
GeneticAlgorithm
GeneticAlgorithm implememnts the most general algorithm of genetic search. The key functions of this algorithm are pure virtual and must be overriden to provide behaviour that is desired for particular algorithm. Along with the general workflow of the algorithm this class also pre-wires and rases events that occure during the optimization process.
Namespace: AnticipatingMinds.ArtificialMind.GeneticAlgorithms
Assembly: AnticipatingMinds.ArtificialMind.GeneticAlgorithms (in AnticipatingMinds.ArtificialMind.GeneticAlgorithms.dll)
GeneticAlgorithm Members | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace