Holland's schema theorem

Holland's schema theorem, also called the fundamental theorem of genetic algorithms,[1] is an inequality that results from coarse-graining an equation for evolutionary dynamics.

The Schema Theorem says that short, low-order schemata with above-average fitness increase exponentially in frequency in successive generations.

The theorem was proposed by John Holland in the 1970s.

It was initially widely taken to be the foundation for explanations of the power of genetic algorithms.

However, this interpretation of its implications has been criticized in several publications reviewed in,[2] where the Schema Theorem is shown to be a special case of the Price equation with the schema indicator function as the macroscopic measurement.

Schemata are a special case of cylinder sets, and hence form a topological space.

The * is a wildcard symbol, which means that positions 2 and 5 can have a value of either 1 or 0.

The fitness of a string is a measure of the value of the encoded problem solution, as computed by a problem-specific evaluation function.

Using the established methods and genetic operators of genetic algorithms, the schema theorem states that short, low-order schemata with above-average fitness increase exponentially in successive generations.

is the number of strings belonging to schema

is the observed average fitness of schema

is the probability that crossover or mutation will destroy the schema

is less likely to be disrupted.An often misunderstood point is why the Schema Theorem is an inequality rather than an equality.

The answer is in fact simple: the Theorem neglects the small, yet non-zero, probability that a string belonging to the schema

is clearly pessimistic: depending on the mating partner, recombination may not disrupt the scheme even when a cross point is selected between the first and the last fixed position of

The schema theorem holds under the assumption of a genetic algorithm that maintains an infinitely large population, but does not always carry over to (finite) practice: due to sampling error in the initial population, genetic algorithms may converge on schemata that have no selective advantage.

This happens in particular in multimodal optimization, where a function can have multiple peaks: the population may drift to prefer one of the peaks, ignoring the others.

[3] The reason that the Schema Theorem cannot explain the power of genetic algorithms is that it holds for all problem instances, and cannot distinguish between problems in which genetic algorithms perform poorly, and problems for which genetic algorithms perform well.

Plot of a multimodal function in two variables.