GPC++ - Genetic Programming C++ Class Library
Note: The original project is here:
http://www0.cs.ucl.ac.uk/staff/ucacbbl/ftp/weinbenner/gp.html, very good C++ GP libary written at 1997, I just fix the compile errors.
Have fun with genetic programming.
-- Sunding Wei, 2017.3.1
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:
- Automatically defined functions (ADFs).
- Tournament and fitness proportionate selection.
- Demetic grouping.
- Optional steady state genetic programming kernel. Steady state means that not a complete new population is built up every generation, but bad performing GPs are replaced by newly evolved ones. This uses approximately half the memory!
- Subtree crossover.
- Swap and shrink mutation.
- A way of changing every parameter of the system without recompilation.
- Capacity for multiple populations (if you have the resources).
- Loading and saving of populations and genetic programs.
- Standard random number generator for complete portability. This has been improved: population sizes of over 250000 are possible now.
- Explanations of how to write the modules for evolving code.
- Examples.
- A parameter study about the influence of every important parameter.
- Completely ANSI C++ compliant.
- Full and wonderful comments dispersed throughout the code.
- Internal parameter checks (can be turned off by a compiler switch): The kernel complains if the programmer makes a mistake.
Current Version:   0.5.2
Copyright Type:   GPL
Author:
Download:
Documentation:
Source Code Availability:
Available Binary Packages:
Targeted Platforms:
Software/Hardware Requirements:
Other Links:
Mailing Lists/USENET News Groups:
User Comments: