-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hello, I am researching LKH algorithm and trying to compare it to other methods of solving TSP (I am interested in asymmetric case). For this I would like to collect some information of how the cost of the final tour has been changing throughout the run. I have found some methods that collect statistics in LKH-3.0.8 folder in Statistics.c file. I forked the repo and tried returning the statistics I need from LKHmain.c file. However, I was not able to install the changed version of repository to try it out. I tried running:
!pip install git+https://github.com/sn0rkmaiden/elkai.git
after installing the original package but nothing seems to have changed.
Could you please advise what would be the correct way of doing something like this? Thanks in advance.