Ilya Builuk

Results 115 comments of Ilya Builuk

Have you tried to play with `options` parameters? It is the way to avoid balancing strictness. Yes, you can use `allowedAreas` to restrict vehicles to specific areas, but this is...

threshold is described in the docs: ` threshold: a target coefficient of variation value which specifies desired minimum balancing level. All values below threshold are considered equal which helps the...

Thanks for feefback! > A side question: does the order of the objective in the primary set or the secondary set matter? No, it should not matter. > But in...

It is a bit experimental feature, but have you tried to set `"isConstrained": true` for the `area-order` objective?

Good point! I was not able to come up with a good name, need to give it priority.

I would stick to `vrp-cli` at the moment :)

Hi, vertical scalability is one of todo items in the list. To address it a bit, I've added a basic thread pool settings, but it is not fully fixing the...

Thanks for valuable feedback! In long term, it would be nice to handle single process resource consumption in best possible way automatically.

Стабильность поиска - это одна из концептуальных проблем в текущем алгоритме, который основан на недетерменизме (как, в прочем, и большинство методов решения оптимизационных задач для проблем реального мира). В версии...

Немного неожиданное число: 1000 начальных решений это немного многовато и нерационально, т.к. большинство из них будет одинаковыми (зависит от количества разных методов для создания решений "с нуля" - их немного)....