Next: Introduction
Genetic Programming in C/C++
Hans Kuhlmann / Mike Hollick
Abstract:
Genetic programming is a relatively new form of artificial
intelligence, and is based on the ideas of Darwinian evolution and
genetics. The foremost work in genetic programming is John Koza's
Genetic Programming, which describes a set of LISP
routines which modify randomly generated LISP strings. In this paper,
We attempt to explain the paradigm of genetic programming, and its
implementation in the C programming language. we shall present
results obtained from various trials, and make comments on the
viability of this new form of genetic programming.