AnugyaSahu / Combinatorial-problems-with-Transformers

Solving complex real-world COPs with limited data / information and deep learning
Apache License 2.0
0 stars 0 forks source link

Testing TSP problem on heuristics #5

Closed riridi closed 1 year ago

riridi commented 1 year ago

Dataset (http://mistic.heig-vd.ch/taillard/problemes.dir/tsp/tsp.html) contains optimal solutions as reference. Based on this you tested different heuristics and can compute there overall costs which can be compared to the optimal costs via the optimal gap. Please test and report the following:

AnugyaSahu commented 1 year ago

Conclusions/Report uploaded in main branch.