1
Fork 0
solar-conflux/javascript/clever-dots
prescientmoon 43beb60e21
javascript(clever-dots): Make rendering loop async
Signed-off-by: prescientmoon <git@moonythm.dev>
2024-03-04 16:49:39 +01:00
..
game.js javascript(clever-dots): Make rendering loop async 2024-03-04 16:49:39 +01:00
index.html javascript(clever-dots): Add files via upload 2018-06-26 14:35:12 +03:00
population.js javascript(clever-dots): Add files via upload 2018-06-26 14:35:12 +03:00
README.md javascript(clever-dots): Update README.md 2018-06-26 14:39:57 +03:00
synaptic.min.js javascript(clever-dots): Add files via upload 2018-06-26 14:35:12 +03:00

Clever-dots---genetic-algorithm-in-js

I first watched Coding Bullet's tutorial, and it was AWESOME. Then i tried this like every day. This is my first succesfully attemp, and my 4th attemp overall.

How-it-works: Basically its just a simple genetic algorithm using tools as selection , cross over and mutation You must wait a loooooooong time for it to train, so dont tell me that it doesnt work, until you dont actually see. To know its progress, wait until you got 20 "thinking" mesages in the console. I might add a progress bar another time

Note: I sctually understood how it works from a flappy bird AI project on Github, so you would probably see some similarities