The best Artificial Intelligence results involve neural nets, computing modeled on the architcture of the brain.
Pursuing the biological paradigm further, John Holland developed genetic algorithms, computer programs that can be used to solve problems by evolution.
The basic genetic algorithm has seven steps. (Classifier system, fitness, crossover, and mutation will be described soon.)
| First, a classifier system is a way to encode possible solutions in a fashion similar to the storage architecture of genetic information. |
| Next, the fitness represents the success of a proposed solution with the test problems. Often this is thought of, at least metaphorically, as a landscape. |
| The first genetic operation we use is crossover. |
| In addition, we use mutation. |
| Here is an application of genetic algorithms to a problem involving cellular automata. |
| Genetic algorithms have been used to solve a variety of design and optimization problems. In addition to the walking robots mentioned earlier, here are two interesting recent variations. |
| Genetic algorithms applied to circuit design Can a few thousand generations of machine evolution discover design possibilities undetected by a few thousand electrical engineers? |
| Genetic algorithms applied to art Evolution, but is it art?. |