CodeReclaimers / neat-python

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

I would like to disable crossover. I setting survival threshold to 0 enough? #208

Open steviestevepy opened 3 years ago

steviestevepy commented 3 years ago

hello! and thank you for your work.. it is excellent!

I have a question related to an experiment that I am trying to reproduce. I would like to test NEAT with and without crossover as per the original 2002 NEAT paper.

If I set the survival_threshold in the configuration file to 0 would that be the same as disabling cross-over ?

Thank you for your help!

S.py