GeneticAlgorithm Class | GeneticSharp |
A genetic algorithm (GA) is a search heuristic that mimics the process of natural selection.
This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutions
to optimization and search problems.[1] Genetic algorithms belong to the larger class of evolutionary
algorithms (EA), which generate solutions to optimization problems using techniques inspired by natural evolution,
such as inheritance, mutation, selection, and crossover.
Genetic algorithms find application in bioinformatics, phylogenetics, computational science, engineering,
economics, chemistry, manufacturing, mathematics, physics, pharmacometrics, game development and other fields.
Wikipedia
Inheritance Hierarchy
Namespace: GeneticSharp.Domain
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
See Also