CodeReclaimers / neat-python

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

Config file: how to control Sexual and Asexual offspring percentage? #203

Open steviestevepy opened 4 years ago

steviestevepy commented 4 years ago

Hello,

I am currently working on a project and I am using NEAT for some experiments. I have a parameter setting to be implemented which is splitting sexual and asexual offspring, 50/50. This is so that I can allow 50% of my population to undergo mutation and the other 50% not to undergo mutation.

Can this be done? I have looked through the documentation but I cannot seem to find the parameter that takes care of this.

Can anyone help? or suggest a workaround.

Thank you!!