Projects

Travelling Salesman Problem

Java
Multithreading
Optimization

Resolution of the Travelling Salesman Problem with an Ant Colony Optimization algorithm

Presentation picture of Travelling Salesman Problem

Description of the project

Travelling Salesman Problem

Description

This is a solution to the traveling salesman problem using an ant colony optimization algorithm and we used multithreading to accelerate the execution of the algorithm.