#GA-TSP
This project is my implementation and visualization of an improved Genetic Algorithm for Solving Travelling Salesman Problem. It was my first time playing around with the Javascript language and it's a lot of fun.
Here is an online demo for this project hosted on github: demo
The detailed description of the algorithm could be found here