A Genetic Algorithm simulating flies in a maze finding the exit on their own using the laws of Natural Selection
http://www.liran.co.uk/ga/genetic-fly-in-maze
git clone git@github.com:liranh85/genetic-fly-in-maze.git
npm install
npm start
Then in your browser navigate to http://localhost:8081
Feel free to submit issues and pull requests
This project is licensed under the MIT License - see the LICENSE file for details