gisikw / ksprogramming

Getting to space with kOS!
https://www.youtube.com/playlist?list=PLb6UbFXBdbCrvdXVgY_3jp5swtvW24fYv
MIT License
99 stars 17 forks source link

problem in genetics #16

Open deram opened 6 years ago

deram commented 6 years ago

Hi, just watched this episode, and there's a problem. https://github.com/gisikw/ksprogramming/blob/4944aa556fd1bf8cefec23d9b3751e9fe53e0321/episodes/e041/genetics.ks#L19

You are only applying mutation to the population, as the output of selection and crossing is not used at all.

Thanks for great content ;)