Genetic Algorithm Playground - TSP
I decided to experiment with p5.js, and this was my first quick project.
Tinker with a GA approach to finding optimal solutions for the famous Traveling Salesman Problem, and watch as it works.
You can experiment with the population size of each generation, number of cities, and the mutation rate, and see how performance is affected on the graph.
Just download the files into a directory and open index.html
in your browser.
This is all client-side Javascript, so there's nothing to install.
p5.ga-playground-tsp
is licensed under the MIT License.
You can find a copy of the MIT License on this repository.