Giter Site home page Giter Site logo

tsp-with-centre's Introduction

Travelling Salesman Problem with a centre

This repository includes code written to study and reproduce the results from this article by Yuchen Luo et al.

Dependendcies:

  • numpy
  • matplotlib
  • scipy
  • pandas
  • gurobipy
  • tqdm for progress bars in scalability experiments

TSPC

TSPC includes the implementation of two classes and various utility functions.

LKH-2.0.10

An empty directory which should be replaced by the directory found at this website.

Quoting the website

LKH is an effective implementation of the Lin-Kernighan heuristic for solving the traveling salesman problem.

.py files

Some sample code that shows how to setup and solve a problem with the TSPC code.

  • demo_*.py implement simple solutions to random problems
  • scalability_*.py implement ready-to-run scalability experiments
  • phase_transition.py allows to study the phase transition of the model

Other files

  • Shell script called by a class method to run the LKH algorithm
  • .par file that contains parameters for the LKH algorithm

tsp-with-centre's People

Contributors

gabriele-codega avatar

Stargazers

Dario Coscia avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.