Difference between revisions of "Genetic algorithm"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "In the field of artificial intelligence, a '''genetic algorithm''' ('''GA''') is a search heuristic that mimics the p...") |
Karl Jones (Talk | contribs) (→External links) |
||
Line 17: | Line 17: | ||
* [https://en.wikipedia.org/wiki/Genetic_algorithm Genetic algorithm] @ Wikipedia | * [https://en.wikipedia.org/wiki/Genetic_algorithm Genetic algorithm] @ Wikipedia | ||
+ | |||
+ | |||
+ | [[Category:Algorithms]] | ||
+ | [[Category:Artificial intelligence]] | ||
+ | [[Category:Computation]] | ||
+ | [[Category:Computer science]] | ||
+ | [[Category:Computing]] | ||
+ | [[Category:Engineering]] | ||
+ | [[Category:Mathematics]] | ||
+ | [[Category:Problem solving]] |
Revision as of 05:26, 25 April 2016
In the field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural selection.
Description
This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutions to optimization and search problems.
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.
See also
External links
- Genetic algorithm @ Wikipedia