For our project, we will be approximating a solution for the Travelling Salesperson Problem using 2-opt as well as a greedy algorithm.
The premise of 2-opt is to optimize a quick but bad approximation. For ours, this is done on an initial random solution.
- Jacob T.
- John T.
- Jonah S.