Jump to content

Category:Genetic algorithms

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MastiBot (talk | contribs) at 15:57, 2 August 2012 (r2.7.2) (Robot: Adding ja:Category:遺伝的アルゴリズム). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A genetic algorithm (GA) is an algorithm used to find approximate solutions to difficult-to-solve problems through application of the principles of evolutionary biology to computer science. Genetic algorithms use biologically-derived techniques such as inheritance, mutation, natural selection, and recombination. Genetic algorithms are a particular class of evolutionary algorithms.