Exercise - Random Mutation Hill Climbing (RMHC)

Apply random permutation hill climbing for a number of passes over a randomly created initial solution to the given TSP problem instance with 5 cities (Experiments are not repeatable). Any improving solution has a tab with a few spaces as a prefix.
You can edit the JavaScript code in this HTML file for experimentation, e.g., you can change the number of passes (search for 'numberOfPasses') to try out different values.