Reinforcement Learning for Combinatorial Optimisation

Posted on Sun 02 November 2025 in Machine Learning, • Tagged with machine learning, optimisation, reinforcement learning

The Problem: TSP

The Traveling Salesperson Problem (TSP) is one of the most famous combinatorial optimisation problems. It is incredibly easy to state: Given a list of cities and the distances between each pair, find the shortest route that visits each city exactly once and then returns to the first …


Continue reading