jaudat / AIND-Simulated_Annealing

Jupyter notebook exercise to check your understanding of simulated annealing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In this exercise you will check your understanding of simulated annealing by implementing the algorithm in a Jupyter notebook and using it to solve the Traveling Salesman Problem (TSP) between US state capitals.

To launch the notebook, run the following command from a terminal with anaconda3 installed and on the application path:

jupyter notebook AIND-Simulated_Annealing.ipynb

About

Jupyter notebook exercise to check your understanding of simulated annealing

License:Other


Languages

Language:Jupyter Notebook 100.0%