Encyclopedia

genetic algorithms

Also found in: Dictionary, Medical, Financial.

genetic algorithms

This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)

Genetic algorithms

Search procedures based on the mechanics of natural selection and genetics. Such procedures are known also as evolution strategies, evolutionary programming, genetic programming, and evolutionary computation. Genetic algorithms are increasingly solving difficult search, optimization, and machine-learning problems that have previously resisted automated solution. They can solve hard problems quickly and reliably, are easy to interface to existing simulations and models, are extensible, and are easy to hybridize.

Motivation

Just as natural selection and genetics have filled a variety of niches by creating genotypes (sets of chromosomes) that result in well-adapted phenotypes (or organisms), so too can genetic algorithms solve many artificial problems by creating strings (artificial chromosomes) that result in better solutions. Users ultimately turn to genetic algorithms for robustness, that is, for algorithms that are broadly applicable, relatively quick, and sufficiently reliable. This emphasis on robustness contrasts starkly with the philosophy of operations research, where new algorithms must be tailored to specific problems. The need to invent a new method for each new problem class is daunting, and users look for methods that can solve complex problems without this requirement. See Operations research

Mechanics

For concrete exposition, the discussion is limited to a simple genetic algorithm that processes a finite population of fixed-length, binary strings. A simple genetic algorithm consists of three operators: selection, crossover, and mutation.

Selection is the survival of the fittest within the genetic algorithm. The key notion is to give preference to better individuals. Of course, for selection to function, there must be some way of determining what is good. This evaluation can come from a formal objective function, or it can come from the subjective judgment of a human observer or critic.

If genetic algorithms were to do nothing but selection, the trajectory of populations could contain nothing but changing proportions of the strings in the original population. To do something more sensible, the algorithm needs to explore different structures. A primary exploration operator used in many genetic algorithms is crossover. Simple, one-point crossover proceeds in three steps: (1) two individuals are chosen from the population by using the selection operator, and these two structures are considered to be mated; (2) a cross site along the string length is chosen uniformly at random; and (3) position values are exchanged between the two strings following the cross site.

In a binary-coded genetic algorithm, mutation is the occasional (low probability) alteration of a bit position, and with other codes a variety of diversity-generating operators may be used. When used together with selection and crossover, mutation acts both as an insurance policy against losing needed diversity and as a hill-climbing algorithm.

McGraw-Hill Concise Encyclopedia of Engineering. © 2002 by The McGraw-Hill Companies, Inc.
Mentioned in
References in periodicals archive
As an efficient, parallel, global search optimization method, genetic algorithm (GA) has strong robustness and adaptabilityto solvecomplex optimization problemsthat traditional optimization methods are difficult to solve.
In another hand, the genetic algorithm gives better results with 32% of event located with an error inferior to 2 cm against 27% for simplex and 26.3% for AMA.
In real life, genetic algorithms are applied in situations that are far more complex for humans to resolve manually.
Ombuki-Berman, "Dynamic vehicle routing using genetic algorithms," Applied Intelligence, vol.
In paper [62] the extension of genetic algorithms with a probabilistic Boltzmann reduction operator is considered and for this case, the proving of their convergence to the optimum using Markov chain is made.
1993." The Application of Genetic Algorithms to Optimisation Problems in Geotechnics." Computers and Geo technics 15 (1): 1-19.
The ideal seeding density with the use of genetic algorithms was 480 seeds [m.sup.-2] and yield simulation by artificial neural networks of 3560 kg [ha.sup.-1].
In this paper, as previously mentioned, a new variant of a genetic algorithm was developed by dynamically adapting some of its parameters (mutation and gap generation).
Genetic algorithm has the following advantages: the object of study is the individual variable, not the decision-making process.
Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.