Thibaut Vidal
Thibaut Vidal
Dear @alberto-santini, My apologies for the delay on this pull request, I will very soon review the changes and possibly simplify as much as possible the new content to keep...
Dear @Regista6, My apologies for the delayed answer, this is a very easy functionality to add to the algorithm, at least through its C++ API. We will add this possibility...
Thanks a lot, @alberto-santini. I'm validating the pull request in a new branch dedicated to this feature, so I can review, use CI, and possibly simplify.
Hello @alberto-santini, I noticed that as I did a merge commit (to integrate it with the most recent changes of the dev branch), Git did not correctly attribute authorship automatically....
Hello @N-Wouda, thanks for your very detailed analysis of the code. This is, in fact, not a bug but a characteristic of the broken-pairs distance calculated between two solutions, `X`...
Humm... a quick question though, are you sure this code snippet considers the distance between (undirected) edges? What is the result when you measure the distance between X = {{1,...
Commit https://github.com/vidalt/HGS-CVRP/commit/82644d647b0b62a5df84ab529164aa4a1c5cd6c3 permits to construct an Individual from a solution file in CVRPLib format. This permits, for example, to add an input solution in the initial population by adding the...
Hello! Thanks a lot for the interest in our work and algorithm. You are right, the current .txt format for inputting the trees is a bit cumbersome to use. We...
Thanks a lot for your interest in this project! Sure, we will ASAP make a release that facilitates this part of the workflow and provides additional functionalities.
Hello, Thanks for your interest in the code and for pointing out this issue! I ran the code here and was able to reproduce your problem. Possibly, a recent user...