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
This is a solution for the traveling salesman problem using the Python SimpleAI framework. This solution uses state space search with the local search hill climbing algorithm to find an optimal path given a set number of restarts.