All Projects → toddwschneider → Shiny Salesman

toddwschneider / Shiny Salesman

Licence: mit
Traveling salesman with simulated annealing, R, and Shiny

Programming Languages

r
7636 projects

A Shiny app to solve the traveling salesman problem with simulated annealing. Check out the full post here: https://toddwschneider.com/posts/traveling-salesman-with-simulated-annealing-r-and-shiny/

To run on your local machine, paste the following into your R console:

install.packages(c("shiny", "maps", "geosphere"), repos="http://cran.rstudio.com/")
library(shiny)
runGitHub("shiny-salesman", "toddwschneider")

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].