An extremely basic visual simulation of the genetic algorithm. In order to survive, the tadpoles must learn how to avoid dangerous obstacles over generations and reach their goal.
- Node (+npm)
- Clone this repository
cd genetic-algo-simulator
npx http-server
- Visit
localhost:8080
from your browser
Optional: Tweak configuration values in ./modules/config.js to change learning behaviour.
- Pure Javascript (no framework)
- HTML5 (Canvas)