PytLab / gaft

A Genetic Algorithm Framework in Python (not for production level)
http://gaft.readthedocs.io/
GNU General Public License v3.0
738 stars 218 forks source link

Question in RouletteWheelSelection? #60

Open Chenghao-Wu opened 4 years ago

Chenghao-Wu commented 4 years ago

Father from RouletteWheelSelection is randomly chosen according to the probability, but the mother is just chosen as the one next to father, is it reasonable?

I am a little bit confused about it.

Thanks for your time.