Ilya Builuk
Ilya Builuk
> What is the time complexity of this solver? If you mean complexity in terms of big O notation, then I would say it is quite complex and depends on...
Just added: https://github.com/reinterpretcat/vrp/commit/40d531e8296d5900817dc6698ba9ba82ae8b1316
ok, I will check it once I finish my current task
No, it has a low priority for me at the moment
My guess it is related to search path in solution space: the variant b is open VRP and it leads to more efficient search path as there is no constraint...
This would be interesting to analyze as better solution is kind of already known. I'm working on experimental hyper-heuristic (hyperh branch) which might improve results a bit, but hard to...
Can you try to run the problem using https://github.com/reinterpretcat/vrp/tree/hyperh branch? Just curious will it improve a bit results or not.
It looks like you're using balancing objective (third one in fitness). It is a bit experimental as it's performance depends on tolerance and threshold parameters which user needs to set....
Hi, theoretically, you can model this with skills: set unique skill to jobs and to only compatible vehicle types. However, I agree it could be easier to do with dedicated...
Hi! Yes, I also think `minimal load ` feature will be useful, but it is not straightforward how to implement it as hard constraint. At the moment, maybe try to...