Abstract
Genetic programming (GP) is a collection of evolutionary computation techniques that allow computers to solve problems automatically. Using ideas from natural evolution, GP starts from an ooze of random computer programs, and progressively refines them through processes of mutation and sexual recombination, until solutions emerge. All this without the user having to know or specify the form or structure of solutions in advance. Since its inception twenty years ago, GP has been used to solve a wide range of practical problems, producing a number of human-competitive results and even patentable new inventions. Like many other areas of computer science, GP is evolving rapidly, with new ideas, techniques and applications being constantly proposed, making it is difficult for people to identify the key ideas in the field and keep up with the pace of new developments. The aim of this tutorial is to provide a roadmap to GP for both newcomers and old-timers. The tutorial starts with a gentle introduction which describes how a population of programs is stored in the computer so that they can evolve with time. We explain how programs are represented, how random programs are initially created, and how GP creates a new generation by mutating the better existing programs or combining pairs of good parent programs to produce offspring programs. Then, we describe a variety of alternative representations for programs and some advanced GP techniques. These include: the evolution of machine-code and parallel programs, the use of grammars and probability distributions for the generation of programs, variants of GP which allow the solution of problems with multiple objectives, many speed-up techniques and some useful theoretical tools. To illustrate genetic programming's scope, we then review some real-world applications of GP. The tutorial is concluded by a series of recommendations and suggestions to obtain the most from a GP system and open questions.
Original language | English (US) |
---|---|
Title of host publication | Proceedings of the 11th Annual Genetic and Evolutionary Computation Conference, GECCO-2009 |
Publisher | Association for Computing Machinery |
Pages | 2775-2810 |
Number of pages | 36 |
ISBN (Print) | 9781605583259 |
DOIs | |
State | Published - 2009 |
Event | 11th Annual Genetic and Evolutionary Computation Conference, GECCO-2009 - Montreal, QC, Canada Duration: Jul 8 2009 → Jul 12 2009 |
Publication series
Name | Proceedings of the 11th Annual Genetic and Evolutionary Computation Conference, GECCO-2009 |
---|---|
Volume | 2009-January |
Other
Other | 11th Annual Genetic and Evolutionary Computation Conference, GECCO-2009 |
---|---|
Country/Territory | Canada |
City | Montreal, QC |
Period | 7/8/09 → 7/12/09 |
Bibliographical note
Publisher Copyright:© 2009 Copyright is held by the author/owner(s).
Keywords
- evolutionary algorithms
- evolutionary computation
- genetic programming
- gp