Releases: reinterpretcat/vrp
Releases · reinterpretcat/vrp
v1.8.0
Bump version to 1.8.0 * rebalance rosomaxa * add decomposition mutation operator * add performance optimization for unassigned jobs * add greedy population
v1.7.4
Bump version to v1.7.4 Introduced experimental parallelism settings.
v1.7.3
Bump version to 1.7.3
v1.7.2
Bump version to 1.7.2 Minor update.
v1.7.1
Bump version to 1.7.1 * improve performance * remove unstable push departure LS operator
1.7.0
Update version to 1.7.0 * add a new search space algorithm - rosomaxa * add a new local search operator to push departure time * add fartherst insertion method * apply various refactoring
v1.6.4
Bump version to 1.6.4 * add tour size constraint
v1.6.3
Improve documentation formatting
v1.6.2
Bump version to 1.6.2 * use hashbrown in pragmatic crate * change skills interface to support oneOf, allOf, noneOf * prevent cluster removal to delete more jobs than specified
v1.6.1
Bump version to 1.6.1 * improve break handling * reconfigure local search * apply minor refactoring * add github action for audit