CodeReclaimers / neat-python

Python implementation of the NEAT neuroevolution algorithm
BSD 3-Clause "New" or "Revised" License
1.41k stars 490 forks source link

Coevolution or Solution with Multiple Networks #190

Open 1234shel opened 4 years ago

1234shel commented 4 years ago

Hi, I want to be able to evolve multiple networks as part of project. I would prefer to do this using coevolution if that is possible within this library. If not then alternatively having a single solution which consists of multiple networks would be the way to go. I want to know if either of these are possible and if so are there any examples I can look at to figure this out.

Thanks in advance for your assistance.

FraLotito commented 4 years ago

Hi, I'm also interested in something related to this, is it possible to evolve two populations X and Y and compute the fitness of the couple of genomes x from X and y from Y?