CodeReclaimers / neat-python

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

Fix number population size #195

Open uripeled2 opened 4 years ago

uripeled2 commented 4 years ago

I set 256 to be the population size but after some generations it change a bit to 257 or 255 and my fifteens function only works if the population size can dived by four. can you make the population size a fix number?