OakGP was a genetic programming (GP) framework written in Java. Genetic programming is part of the evolutionary computation subfield of artificial intelligence. Genetic programming uses techniques inspired by biological evolution to evolve computer programs that perform user-defined tasks. OakGP used tree data structures to represent the programs it generates.
This project is no longer actively maintained. No new features or bug fixes will be provided.