Premature convergence

In genetic algorithms, the term of premature convergence means that a population for an optimization problem converged too early, resulting in being suboptimal. In this context, the parental solutions, through the aid of genetic operators, are not able to generate offsprings that are superior to their parents. Premature convergence can happen in case of loss of genetic variation (every individual in the population is identical, see convergence).

Strategies for preventing premature convergence

Strategies to regain genetic variation can be:

The genetic variation can also be regained by mutation though this process is highly random.

References

  1. Michalewicz, Zbigniew (1996). Genetic Algorithms + Data Structures = Evolution Programs, 3rd Edition. Springer-Verlag. p. 58. ISBN 3-540-60676-9.

See also


This article is issued from Wikipedia - version of the 3/23/2013. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.