Features
- Cover Type: Hard Cover with 532 pages
- Published by: The MIT Press April 7, 1994
- Written in: English
- ISBN 10 Number: 0262111888
- ISBN 13 Number: 978-0262111881
-
Book Dimensions:
9.3 x 7.2 x 1.4 inches
- Weighs: 2.6 pounds
Product Description
There is increasing interest in genetic programming by both researchers and professional
software developers. These twenty-two invited contributions show how a wide variety of problems across disciplines can be solved using this new paradigm.
Advances in Genetic Programming reports significant results in improving the power of genetic programming, presenting techniques that can be employed immediately in the solution of complex problems in many areas, including machine learning and the simulation of autonomous behavior. Popular languages such as C and C++ are used in many of the applications and experiments, illustrating how genetic programming is not restricted to symbolic computing languages such as LISP. Researchers interested in getting started in genetic programming will find information on how to begin, on what public domain code is available, and on how to become part of the active genetic programming community via electronic mail.
A major focus of the book is on improving the power of genetic programming. Experimental results are presented in a variety of areas, including adding memory to genetic programming, using locality and "demes" to maintain evolutionary diversity, avoiding the traps of local optima by using coevolution, using noise to increase generality, and limiting the size of evolved solutions to improve generality.
Significant theoretical results in the understanding of the processes underlying genetic programming are presented, as are several results in the area of automatic function definition. Performance increases are demonstrated by directly evolving machine code, and implementation and design issues for genetic programming in C++ are discussed.
About The Author
Kenneth E. Kinnear, Jr., formerly a Director of
software at Sun Microsystems, is a founder of Adaptive Computing Technology.
Reader ReviewsFirst of all, this is a compilation of works by multiple authors, so the flow is quite illogical. There is a lot of good info here, you just have to poke around a bit. This is great for anyone who has a good notion of what a genetic algorithm is, but wants to take it a bit further and get some inspiration, along with practical tips.