Resources
Reading Materials
- For starting with Genetic Programming (GP), you might want to read the book of "A Field Guide to Genetic Programming".
- For starting with Linear Genetic Programming (LGP), you might want to read the book of "Linear Genetic Programming".
Codes and Scripts
- ECJ: Java package for Evolutionary Computation, with manual
- DEAP: Python package for Evolutionary Computation, with tutorials
- All the source code of my LGP publications are here
- I have released a Python version of LGP code here. This Python implementation is based on the framework of my Java code, which decouples the algorithm and problem implementations.