Evolved Salesman
Genetic algorithm to solve the traveling salesman problem in React.
Based off of a solution of mine from a long time ago.
Setup
- Clone the repo with
git clone git@github.com:ahuth/evolved-salesman.git - Install dependencies with
npm install - Start with
npm start
