Solving the Traveling Salesman Problem

This is a TSP solver in javascript that uses d3.js for visualization. Click a bunch of spots on the map to make "cities", then click "Run" to run the TSP solver. It will display its first guess, then its final guess. See if it does well. (Note, it minimizes flat x/y Euclidean distances, America is there for effect.) Github Repo