Giter Club home page Giter Club logo

traveling-salesman-problem's Introduction

The objective of the travelling salesman problem (TSP) is to find the shortest possible route that visits each city exactly once and returns to the origin city. Given a list of cities and the distances between each pair, this problem raises the question: "What is the optimal route?".

We conducted experiments with local search methods, such as the nearest neighbor and $k$-opt methods, as well as metaheuristic algorithms including Tabu search, Simulated Annealing, nature-inspired Genetic Algorithm, Ant Colony Optimization, and the population-based Cross Entropy method derived from statistics rigor. These experiments were carried out on the att48 and berlin52 datasets.

Our observations demonstrate that local search heuristics (3-opt), a population-based method driven by statistical rigor (Cross Entropy), and nature-inspired swarm intelligence metaheuristic methods (Ant Colony Optimization) excel in obtaining good solutions for the TSP. Furthermore, the results of our experiments indicate that nature-inspired metaheuristic algorithms are more effective in further refining the solution, ultimately achieving the optimal total distance when compared to local search methods.

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.