Resources

Reading Materials

  1. For starting with Genetic Programming (GP), you might want to read the book of "A Field Guide to Genetic Programming".
  2. For starting with Linear Genetic Programming (LGP), you might want to read the book of "Linear Genetic Programming".

Codes and Scripts

  1. ECJ: Java package for Evolutionary Computation, with manual
  2. DEAP: Python package for Evolutionary Computation, with tutorials
  3. All the source code of my LGP publications are here