Skip to content

v1.18.0

Choose a tag to compare

@github-actions github-actions released this 07 May 17:19
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