Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 632 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 632 Bytes

Genetic String Solver

A Genetic Algorithm which finds the string inputted by the user using the laws of Natural Selection

Live example

http://www.liran.co.uk/ga/genetic-string-solver

Installation

git clone git@github.com:liranh85/genetic-string-solver.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