187680 / TSPSolver

Neural Network approaches for the Traveling Salesman Problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TSPSolver

Neural Network approaches for the Traveling Salesman Problem.

  • Hopfield Network (WIP)
  • Elastic Nets
    Elastic nets
  • Self-organizing map
    Self-organizing map

Enviroment

package version
python 3.6.3
pip 9.0.1
matplotlib 2.1.0
numpy 1.13.3
imagemagick (optional) 7.0.7

Install with pip

In the project directory, run the following command:

pip install -r requirements.txt

(Optional) Install imagemagick

If you want to save result as gif, imagemagick is required.

Install with Homebrew (for macOS)

Run the following command:

brew install imagemagick

Install with Chocolatey (for Windows)

Run the following command:

choco install imagemagick

Install from source and binary distributions

Check this out
source
binary distributions

About

Neural Network approaches for the Traveling Salesman Problem

License:MIT License


Languages

Language:Python 100.0%