Jump to content

Evolutionary algorithm

From Simple English Wikipedia, the free encyclopedia
Revision as of 10:48, 25 October 2008 by Eptalon (talk | changes) (New page: In Computer Science, especially in artificial intelligence, '''evolutionary algorithms'' are a kind of algorithm that simulate evolution to [[optimisation|op...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In Computer Science, especially in artificial intelligence, 'evolutionary algorithms are a kind of algorithm that simulate evolution to optimise something. Each generation of solution is subjected to some kind of fitness function; those that survive are then recombined in some way to make the next generation of solution. This is done until a certain level of fitness is reached, or a determined number of generaions have been used.