DEAP / deap

Distributed Evolutionary Algorithms in Python
http://deap.readthedocs.org/
GNU Lesser General Public License v3.0
5.76k stars 1.12k forks source link

Competitive Coevolution Example #544

Closed seanng-1 closed 2 years ago

seanng-1 commented 3 years ago

Hi,

I was searching through the docs and saw that there was an example for cooperative coevolution but there was no example for the competitive version. I was scrolling through the old releases and found this http://deap.gel.ulaval.ca/doc/0.8/examples/coev_comp.html but unfortunately that was also blank.

I was wondering if I could receive any guidance on how to get started with such an algorithm in DEAP. I am looking to use two populations, with the first evolving some trajectories for a robotic arm whilst the second population will be used to tune physics parameters within another simulation. I currently have the first population working in isolation as a genetic algorithm (using my own function not DEAP) but would find it very helpful if someone could point me in the right direction with the competitive approach.

fmder commented 2 years ago

You could look at the hillis example, is shows host parasite paradigm