1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

What is new in 1.6.2?

This commit is contained in:
oblonski 2016-02-03 06:49:19 +01:00
parent 2b3fd0f3fa
commit 18680c9028

View file

@ -1,6 +1,24 @@
WHATS NEW WHATS NEW
========== ==========
------------------------------ ------------------------------
<b>2016-02-02</b> new release **v1.6.2**
Consideration of Waiting Times:
This takes waiting times at customer sites into account. If costs for waiting is specified then
instead of just waiting at customer sites for time windows to open, the algorithm seeks to serve other customers to reduce total completion time.
To see how this can be specified, look at [this example](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/jsprit/examples/MultipleTimeWindowExample2.java#L50)
Multiple Time Windows:
To see how this can be specified, look at [this example](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/jsprit/examples/MultipleTimeWindowExample.java#L61)
Driver Breaks:
To see how this can be specified, look at [this example](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/jsprit/examples/BreakExample.java)
Fast Regret:
Fast regret boosts your computation, i.e. it reduces computation time significantly. However, it can only be use currently if no complicated dependencies between jobs and activities are defined.
To see how this can be specified, look at [this example](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/jsprit/examples/MultipleDepotExample2.java#L108)
<b>2015-08-10</b> new release **v1.6.1** <b>2015-08-10</b> new release **v1.6.1**
Jsprit results are now reproducible since every time the algorithm runs, a unique random number generator (always starting with a Jsprit results are now reproducible since every time the algorithm runs, a unique random number generator (always starting with a