Artificial Mind Help

Gene Class

Represents a template for defining a possible problem solution (gene). By performing GA operations on Genes Genetic Algorithms can effectivly search problem space for the solution.

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

System.Object
   Gene

public abstract class Gene

Requirements

Namespace: AnticipatingMinds.ArtificialMind.GeneticAlgorithms

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

See Also

Gene Members | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace