nmagerko / salesman-heuristics

Heuristic for solving the Traveling Salesman Problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Salesman Heuristics - GTwA Project 1

Setup

Create a Python virtualenv with interpreter version 2.7 or later on your UNIX system. Activate the virtualenv with source bin/activate, and then create a new folder called project. Navigate into this folder, and clone this repository.

Dependency Installation

If you are on a Linux system, you may need to run apt-get install libfreetype6-dev python-dev tcl-dev tk-dev python-matplotlib. Install all dependencies by running pip install -r requirements.txt.

Output

All output should go to ./output until we find a better way to display our results.

About

Heuristic for solving the Traveling Salesman Problem


Languages

Language:Python 100.0%