You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 1.18.0
This release focuses on performance improvements. Full list of changes:
* adapt `RosomaxaWeighted` interface for weight caching
* modify MDP reward of heuristic based on its execution time
* `breaking`: use `SmallRng` as faster alternative to `StdRng`
* avoid initialization on each usage
* improve slow search detection logic
* update dependencies
* fix issue: telemetry metrics are not included in solution file
* fix issue: capacity violation in rare cases when multi-jobs are used
* `WorstRouteRemoval`: removes routes with the smallest amount of jobs
* remove `MultiSelective` and use `DynamicSelective` by default