Skip to content

radosz99/tsp

Repository files navigation

Designing-effective-algorithms

Travelling Salesman Problem


Wrocław University of Science and Technology

Computer Science, Faculty of Electronics, 5 semester

Radosław Lis

General info

Implementations of well-known algorithms to solve Travelling Salesman Problem. Innovative method in IMGA algorithm.

Brute Force

Branch & Bound

Dynamic programming

Exact Algorithms

Local Search

Tabu Search

Simulated Annealing

Genetic Algorithms

Genetic Algorithm

Memetic Algorithm

Island Model Genetic Algorithm