From 5fc214c22b456b27f9abaa428c6d915ceac7fba9 Mon Sep 17 00:00:00 2001 From: oblonski Date: Wed, 3 Feb 2016 06:50:22 +0100 Subject: [PATCH] What is new in 1.6.2? --- WHATS_NEW.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WHATS_NEW.md b/WHATS_NEW.md index 74249b3d..4ae553bd 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -3,18 +3,18 @@ WHATS NEW ------------------------------ 2016-02-02 new release **v1.6.2** -Consideration of Waiting Times: +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: +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: +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: 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)