Next: Number of programs v.
Up: Scaling of Program Fitness
Previous: Scaling of Program Fitness
Background - Genetic Programming
- Genetic Programming is a stochastic technique that produces programs,
not by constructing them but by using a genetic algorithm to search the
space of possible programs for one of adequate performance.
- In standard GP programs are represented by trees
(cf. lisp S-expressions)
rather than as lines of code. For example, the simple
expression
max(x * x, x + 3 * y);
would be
represented as:
Bill LANGDON
2001-12-05