abstract = "Wouldn't it be great if computers could actually write
the programs? This is the promise of genetic
programming. This document gives an introduction to the
program simple-gp.c which demonstrates the principles
of genetic programming in the C language. This program
was designed to show the ideas behind GP, ie to be
tinkered with rather than to be a definitive
implementation.
The appendix contains a glossary of evolutionary
computing terms",
notes = "C Code available from same ftp site.
http://www.cs.ucl.ac.uk/staff/W.Langdon/ftp/gp-code/simple/",