Artificial Mind Help

GeneticAlgorithm Class

Provides a pre-wired skeleton for implementation of GeneticAlgorithm.

For a list of all members of this type, see GeneticAlgorithm Members.

System.Object
   GeneticAlgorithm

public abstract class GeneticAlgorithm

Remarks

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.

Requirements

Namespace: AnticipatingMinds.ArtificialMind.GeneticAlgorithms

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

See Also

GeneticAlgorithm Members | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace