Skip to content

Optimization – TSP Challenge

License

Notifications You must be signed in to change notification settings

StrubT/FTPOptimizTSPChallenge

Repository files navigation

FTPOptimizTSPChallenge

This repository contains the code written as part of the travelling salesman problem (TSP) challenge in the fundamental theoretical principle (FTP) module on optimisation in the autumn term 2017/18. This module is part of the Master of Science in Engineering (MSE), a joint degree programme by all seven public Universities of Applied Sciences of Switzerland.

Problem Description and Result

The goal is to find the shortest route visiting all 100 random points exactly once and returing to the start. The 50 shortest routes found are also included in this repository.

The winning route has a distance of just over 9.5 (x, y ∈ 0..1).

Original Route Winning Route
original route winning route