Closed gnana-sai-shipsy closed 2 years ago
I have also seen this issue. It can be solved by renaming the main
function https://github.com/yzhang-gh/NeuroLKH/commit/05ff7de72dfba0bee2d03b0ce6bebee6a636e407
I see, so that means your fork of the repo is being maintained while this one isn't?
Also I had another question (Do excuse me since they should be a separate issue)
make
it was working, it showed some numbers as a result for LKH vs NeuroLKH
, but I don't quite understand what they mean..?Thanks @yzhang-gh
This repo doesn't seem to be actively maintained, and I was just trying to replicate their experiments recently (so my understanding of the code may be limited).
The numbers compare the found tour length and running time of LKH and NeuroLKH, either under a given number of trials or under a time limit. (You can check Table 1 of the paper.)
As for the CVRPTW code, I didn't really look into it. If you are talking about the neural network part, it is adapted from https://github.com/chaitjo/graph-convnet-tsp as mentioned at the end of the README
,
Great insights! Thank you! @yzhang-gh
Running swig_test.py results in multiple python shell instances to open up. _LKH.main has this error
Segmentation Fault (Core dumped)
. Do help