You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Week 9, I tackled a classic optimization challenge: the **Traveling Salesperson Problem (TSP)**. The goal is to find the shortest possible route that visits a set of given nodes and returns to the origin.
Solving the traveling salesman problem using the Gurobi Solver, the farthest insertion algorithm, the nearest neighbor algorithm and, finally, using the 2-opt optimization method.