Skip to content

enes-usta/tsp-metaheuristic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solving the TSP

Problem

Travelling salesman problem is the following:
A list of cities and their coordinates are given, and we have to find the shortest path through all cities.

Complete and detailed problem [FR]: mh_projet.pdf

Tested problem instances

  • bier127
  • fnl4461
  • gr666

Our heuristic Frankenstein

We merged various heuristics into 1:

  • 2-opt
  • Mutation
  • Crossover
  • Genetic
  • Simulated annealing

You can read the complete report [FR]: Frankenstein.pdf

Authors

Mr Alexandre Blansché provided the complete base repo.

Our Implemented solution is in the following folder: tree/main/src/tsp/projects/frankenstein

Supervising Professor

  • Alexandre Blansché

Releases

No releases published

Packages

No packages published

Languages