/genetic-fly-in-maze

A Genetic Algorithm simulating flies in a maze finding the exit on their own using the laws of Natural Selection

Primary LanguageJavaScriptMIT LicenseMIT

Genetic Fly In Maze

A Genetic Algorithm simulating flies in a maze finding the exit on their own using the laws of Natural Selection

Live example

http://www.liran.co.uk/ga/genetic-fly-in-maze

Installation

git clone git@github.com:liranh85/genetic-fly-in-maze.git
npm install

Usage (and development)

npm start

Then in your browser navigate to http://localhost:8081

Dependencies

Contributing

Feel free to submit issues and pull requests

License

This project is licensed under the MIT License - see the LICENSE file for details