From 54051f4af5acb48f4da4593ffbcb0109082a3f26 Mon Sep 17 00:00:00 2001 From: Mateiadrielrafael <39400800+Mateiadrielrafael@users.noreply.github.com> Date: Tue, 26 Jun 2018 14:39:34 +0300 Subject: [PATCH] javascript(clever-dots): Update README.md Signed-off-by: prescientmoon --- javascript/clever-dots/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/javascript/clever-dots/README.md b/javascript/clever-dots/README.md index 1e8d781..7d6364d 100644 --- a/javascript/clever-dots/README.md +++ b/javascript/clever-dots/README.md @@ -1,2 +1,13 @@ # Clever-dots---gennetic-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