I. Introduction
The Traveling Salesman Problem (TSP) is one of the most studied problems in the class of NP Hard problems 1 because it is a good analog for a broad group of real world problems including planning, logistics, microchip manufacturing, and DNA sequencing [2]. We chose to test our hypothesis on the TSP to ease comparison to other research in heuristic optimization. Additionally, the widely used TSPLIB [3] includes many problem instances used in other research, all of which have deterministically determined optimum values available.