acopy icon indicating copy to clipboard operation
acopy copied to clipboard

Algorirhm diverge

Open LucBerge opened this issue 3 years ago • 0 comments

  • Acopy version:
  • Python version:
  • Operating System:

Description

I tried to run the algorithm on a larger tsp graph like att532.tsp but the algorithm diverge from the solution and is really slow.

What I Did

acopy solve att532.tsp --formt tsplib95 --limit 50

Question

How should I configure the parameter rho, q, alpha and beta foe better adaptation to the graph ? And make it faster ?

LucBerge avatar Aug 19 '22 23:08 LucBerge