Skip to content

Tabu Heuristic for the Travelling Salesman Problem (TSP)

License

Notifications You must be signed in to change notification settings

FRAIOLIenzo/TSP-TabuSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tabu Heuristic for the Travelling Salesman Problem (TSP)

Project Description

This project aims to solve the well-known Traveling Salesman Problem (TSP) using a tabu heuristic. The objective is to find an optimal or near-optimal route that allows a vehicle to travel through a set of cities (or customers) while minimizing the total distance traveled and respecting specific constraints. Here, each city must be visited only once before returning to the starting point, and the route must cover all cities.

__/\\\\\\\\\\\\\\\_       _____/\\\\\\\\\____       __/\\\\\\\\\\\\\___       __/\\\________/\\\_      
 _\///////\\\/////__       ___/\\\\\\\\\\\\\__       _\/\\\/////////\\\_       _\/\\\_______\/\\\_   
  _______\/\\\_______       __/\\\/////////\\\_       _\/\\\_______\/\\\_       _\/\\\_______\/\\\_    
   _______\/\\\_______       _\/\\\_______\/\\\_       _\/\\\\\\\\\\\\\\__       _\/\\\_______\/\\\_     
    _______\/\\\_______       _\/\\\\\\\\\\\\\\\_       _\/\\\/////////\\\_       _\/\\\_______\/\\\_    
     _______\/\\\_______       _\/\\\/////////\\\_       _\/\\\_______\/\\\_       _\/\\\_______\/\\\_   
      _______\/\\\_______       _\/\\\_______\/\\\_       _\/\\\_______\/\\\_       _\//\\\______/\\\__  
       _______\/\\\_______       _\/\\\_______\/\\\_       _\/\\\\\\\\\\\\\/__       __\///\\\\\\\\\/___ 
        _______\///________       _\///________\///__       _\/////////////____       ____\/////////_____

About

Tabu Heuristic for the Travelling Salesman Problem (TSP)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages