Hi,

I am starting to learn Evolutionary Algorithms. I have used Python DEAP framework to implement small projects/programs using Genetic Algorithm and Genetic Programming(Tree based). DEAP has builtin support for GA and GP.

Now I have come across another term called Cartesian Genetic Programming (CGP). There is nothing mentioned in the documentation of DEAP. I don't know the details of CGP as well.

My question : Can we use DEAP framework for CGP based solutions as well ? If not then which platforms are better ? Your answer will be really helpful.

More Mujtaba Hassan's questions See All
Similar questions and discussions