You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Convergence (evolutionary computing)

From EverybodyWiki Bios & Wiki


Convergence within the field of computer science, is a phenomenon in evolutionary computation. It causes evolution to halt because precisely every individual in the population is identical.

Full convergence might be seen in genetic algorithms (a type of evolutionary computation) using only crossover (a way of combining individuals to make new offspring). Premature convergence is when a population has converged to a single solution, but that solution is not as high of quality as expected, i.e. the population has gotten 'stuck'. However, convergence is not necessarily a negative thing, because populations often stabilise after a time, in the sense that the best programs all have a common ancestor and their behaviour is very similar (or identical) both to each other and to that of high fitness programs from the previous generations. Often the term convergence is loosely used. Convergence can be avoided with a variety of diversity-generating techniques.

References[edit]

External links[edit]

Foundations of Genetic Programming


This article "Convergence (evolutionary computing)" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Convergence (evolutionary computing). Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.