59.2. Genetic Algorithms#
Through simulation of the evolutionary operationsrecombination,mutation, andselection new generations of search points are found that show a higher average fitness than their ancestors.Figure 59.1 illustrates these steps.
Figure 59.1. Structure of a Genetic Algorithm
According to thecomp.ai.geneticFAQ it cannot be stressed too strongly that aGA is not a pure random search for a solution to a problem. AGA uses stochastic processes, but the result is distinctly non-random (better than random).
Prev | Up | Next |
59.1. Query Handling as a Complex Optimization Problem | Home | 59.3. Genetic Query Optimization (GEQO) in Postgres Pro |