Skip to content

Vvkmnn/salesmanAI

Repository files navigation

salesmanAI

An additional lab in the Artificial Intelligence Nanodegree program, designed to attempt the Travelling Salesman Problem (TSP). The original repository is available from Udacity.

To do this, we had to define code dealing with Simulated Annealing, implemented here in a Jupyter Notebook.

Setup

This project requires Python 3 (Preferably as distributed by Anaconda).

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

The methods haven't all been implemented, but the attemps are ongoing!