GPC++ - Genetic Programming C++ Class Library

The GP kernel is a C++ class library that can be used to apply genetic programming techniques to all kinds of problems. An integral component is the ability to produce automatically defined functions as found in Koza's "Genetic Programming II". Technical documentation (postscript format) is included. There is also a short introduction into genetic programming.

Whats new: The documentation is also available in HTML format!

Features:

Current Version:   0.5.2

Copyright Type:   GPL

Author:

Adam Fraser 1993, 1994 and Thomas Weinbrenner 1997

Download:

File "gpc++0.5.2.tar.gz", compressed with gzip, 440KB.

Documentation:

in gpc++0.5.2.tar.gz

Source Code Availability:

Yes (full C++ sources)

Available Binary Packages:

None (C++ Compiler is needed to use the software).

Targeted Platforms:

C++, tested with GNU C++ Compiler 2.7.0 and C++ Compiler by SUNSoft

Software/Hardware Requirements:

C++ Compiler (no exception or template support neccessary).
Lot's of RAM and a fast computer for big and difficult problems.

Other Links:

John Koza's home page (http://www-cs-faculty.stanford.edu/~koza)
Adam Fraser's home page (not up to date) (http://www.salford.ac.uk/eee/genetic.html)
GA Archive, Source Code Collection (http://www.aic.nrl.navy.mil/galist/src)

Mailing Lists/USENET News Groups:

Genetic programming (comp.ai.genetic)

User Comments:

Documentation format other than postscript needed (for the operation systems written by Microsoft, ugh...). I did it! The documentation is now available in HTML format.


Back to home page