Releases: reinterpretcat/vrp
Releases · reinterpretcat/vrp
v1.10.6
Bump version to 1.10.6 * logging prefix in config * minor changes in core logic
v1.10.5
Bump version to 1.10.5 * finalize tour order implementation and make it work on job place level * minor improvements in pragmatic format logic * update dependencies * undocumented `hre` format
v1.10.4
Bump version to 1.10.4 * pre/post processing steps for problem and solution * optimization which moves backward departure time * coefficient of variation termination criteria is extended to support time period * do not always try to move forward departure time
v1.10.3
Bump version to 1.10.3
v1.10.2
Bump version to 1.10.2 * introduce `min-cv` parameter instead of `cost-variation` * improved stability of some tests * bug fixes
v1.10.1
Bump version to 1.10.1 * rename job's `priority` property to `order` * change default objective behaviour when `value` property is used
v1.10.0
Bump version to 1.10.0 - new objectives: `minimize-distance` and `minimize-duration` - new CLI option: `init-size` to control amount of initial solutions - travelling duration scale on vehicle profile - optimize cluster ruin method - improve unassigned code reason handling - convert profile property on vehicle type to an object
v1.9.1
Bump version to 1.9.1 - add maximize value objective - build multiple initial solutions
v1.9.0
Bump version to 1.9.0 - use dynamic hyper-heuristic by default - flatten objective functions definition - rebalance coefficients of recreate methods - reduce default population selection size
v1.8.1
Bump version to 1.8.1 * add close route removal * small improvements