Travelling Salesman Problem
Travelling Salesman Problem
Description of parameters that were used until best found solution was found:
The various parameters used in the experiments are Annealing Operator, Inner
Iterations, Maximum Iteration, Move Generator, Start Temperature, Quality,
Execution Time and Best Known Quality.
Table
2. Visualisation of solution:
Conclusions:
Using Heuristic Lab Optimization framework , the Travelling Salesman
Problem with a Simulated Annealing algorithm was solved to find the optimal
Solution to Best Quality of the Problem given( Instance =gil26).
In my experiments with several Annealing Operators used, I found
Generalized Exponential gives a BestQuality (2507) close to Best Known Quality
(2378), with execution time 00:00:40.63seconds.
So this solution is optimal or better for 1200 iterations, with 192 Absolute
Difference between Best Known Quality and Best Quality for the Instance gil26.