From 8a8e5277b1d860aee01b1234cb84a374fa4eea29 Mon Sep 17 00:00:00 2001 From: jsprit Date: Tue, 14 Oct 2014 10:58:54 +0200 Subject: [PATCH 1/8] Update WHATS_NEW.md --- WHATS_NEW.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/WHATS_NEW.md b/WHATS_NEW.md index 48f7cfee..cf885450 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -1,5 +1,15 @@ WHATS NEW ========== +------------------------------ + +2014-10-14 new release **v1.4.2** + +It has a new feature to analyze your VehicleRoutingProblemSolution. + +jsprit.core.analysis.SolutionAnalyzer provides with a way to easily calculate statistics for your solution such as loadAfterActivity, loadBeforeActivity, pickedLoadOnRoute, deliveredLoadOnRoute, loadAtBeginningOfRoute, loadAtEnd, waitingTimeOnRoute and waitingTimeOnSolution, totalTransportTime and distance, etc.. Additionally, you can check whether jsprit's default constraints are violated or not. This might be important if you change your solution ex-post by removing a job etc.. + +Note that this feature is sponsored by [opendoorlogistics](http://www.opendoorlogistics.com). Thank you Phillip. + ------------------------------ From f293e0ac04fb55d1774aa10d7e9d829bdb543d2e Mon Sep 17 00:00:00 2001 From: jsprit Date: Tue, 14 Oct 2014 10:59:40 +0200 Subject: [PATCH 2/8] Update WHATS_NEW.md --- WHATS_NEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATS_NEW.md b/WHATS_NEW.md index cf885450..cbe6e86e 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -6,7 +6,7 @@ WHATS NEW It has a new feature to analyze your VehicleRoutingProblemSolution. -jsprit.core.analysis.SolutionAnalyzer provides with a way to easily calculate statistics for your solution such as loadAfterActivity, loadBeforeActivity, pickedLoadOnRoute, deliveredLoadOnRoute, loadAtBeginningOfRoute, loadAtEnd, waitingTimeOnRoute and waitingTimeOnSolution, totalTransportTime and distance, etc.. Additionally, you can check whether jsprit's default constraints are violated or not. This might be important if you change your solution ex-post by removing a job etc.. +jsprit.core.analysis.SolutionAnalyzer provides a way to easily calculate statistics for your solution such as loadAfterActivity, loadBeforeActivity, pickedLoadOnRoute, deliveredLoadOnRoute, loadAtBeginningOfRoute, loadAtEnd, waitingTimeOnRoute and waitingTimeOnSolution, totalTransportTime and distance, etc.. Additionally, you can check whether jsprit's default constraints are violated or not. This might be important if you change your solution ex-post by removing a job etc.. Note that this feature is sponsored by [opendoorlogistics](http://www.opendoorlogistics.com). Thank you Phillip. From c51fa49127be8c7d95da8a480c7ef0a55c090bcc Mon Sep 17 00:00:00 2001 From: jsprit Date: Tue, 14 Oct 2014 11:01:19 +0200 Subject: [PATCH 3/8] Update WHATS_NEW.md --- WHATS_NEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATS_NEW.md b/WHATS_NEW.md index cbe6e86e..d1f3d284 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -8,7 +8,7 @@ It has a new feature to analyze your VehicleRoutingProblemSolution. jsprit.core.analysis.SolutionAnalyzer provides a way to easily calculate statistics for your solution such as loadAfterActivity, loadBeforeActivity, pickedLoadOnRoute, deliveredLoadOnRoute, loadAtBeginningOfRoute, loadAtEnd, waitingTimeOnRoute and waitingTimeOnSolution, totalTransportTime and distance, etc.. Additionally, you can check whether jsprit's default constraints are violated or not. This might be important if you change your solution ex-post by removing a job etc.. -Note that this feature is sponsored by [opendoorlogistics](http://www.opendoorlogistics.com). Thank you Phillip. +Note that this feature is sponsored by [opendoorlogistics](http://www.opendoorlogistics.com). ------------------------------ From 7450b74a4a48ea5cdc78d21f8a12520ad664f8b4 Mon Sep 17 00:00:00 2001 From: jsprit Date: Tue, 14 Oct 2014 11:05:29 +0200 Subject: [PATCH 4/8] Update WHATS_NEW.md --- WHATS_NEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATS_NEW.md b/WHATS_NEW.md index d1f3d284..4ba3dd97 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -6,7 +6,7 @@ WHATS NEW It has a new feature to analyze your VehicleRoutingProblemSolution. -jsprit.core.analysis.SolutionAnalyzer provides a way to easily calculate statistics for your solution such as loadAfterActivity, loadBeforeActivity, pickedLoadOnRoute, deliveredLoadOnRoute, loadAtBeginningOfRoute, loadAtEnd, waitingTimeOnRoute and waitingTimeOnSolution, totalTransportTime and distance, etc.. Additionally, you can check whether jsprit's default constraints are violated or not. This might be important if you change your solution ex-post by removing a job etc.. +jsprit.core.analysis.SolutionAnalszer provides a way to easily calculate statistics for your solution such as loadAfterActivity, loadBeforeActivity, pickedLoadOnRoute, deliveredLoadOnRoute, loadAtBeginningOfRoute, loadAtEnd, waitingTimeOnRoute and waitingTimeOnSolution, totalTransportTime and distance, etc.. Additionally, you can check whether jsprit's default constraints are violated or not. This might be important if you change your solution ex-post by removing a job etc.. Look at this example to see a (incomplete) list of what can be calculated out-of-the-box now: [VRPWithBackhauls - SolutionAnalyser](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/jsprit/examples/VRPWithBackhaulsExample2.java) Note that this feature is sponsored by [opendoorlogistics](http://www.opendoorlogistics.com). From f8f5b22aea96f72d9b18662669c03b3d56060901 Mon Sep 17 00:00:00 2001 From: jsprit Date: Tue, 14 Oct 2014 11:06:14 +0200 Subject: [PATCH 5/8] Update WHATS_NEW.md --- WHATS_NEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATS_NEW.md b/WHATS_NEW.md index 4ba3dd97..b6d05158 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -4,7 +4,7 @@ WHATS NEW 2014-10-14 new release **v1.4.2** -It has a new feature to analyze your VehicleRoutingProblemSolution. +It has a new feature to analyse your VehicleRoutingProblemSolution. jsprit.core.analysis.SolutionAnalszer provides a way to easily calculate statistics for your solution such as loadAfterActivity, loadBeforeActivity, pickedLoadOnRoute, deliveredLoadOnRoute, loadAtBeginningOfRoute, loadAtEnd, waitingTimeOnRoute and waitingTimeOnSolution, totalTransportTime and distance, etc.. Additionally, you can check whether jsprit's default constraints are violated or not. This might be important if you change your solution ex-post by removing a job etc.. Look at this example to see a (incomplete) list of what can be calculated out-of-the-box now: [VRPWithBackhauls - SolutionAnalyser](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/jsprit/examples/VRPWithBackhaulsExample2.java) From ba91e57cace4f9ceab90c4a3912235793e088bc1 Mon Sep 17 00:00:00 2001 From: jsprit Date: Tue, 14 Oct 2014 11:07:38 +0200 Subject: [PATCH 6/8] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b096ef..efb5b705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ Change-log ========== +**v1.4.2** @ 2014-10-14 + +new feature: core.analysis.SolutionAnalyser + **v1.4.1** @ 2014-09-25 - bugfix [#131](https://github.com/jsprit/jsprit/issues/131) - bugfix [#134](https://github.com/jsprit/jsprit/issues/134) From 2e7e9514afba2664c0c177425c8db17738917620 Mon Sep 17 00:00:00 2001 From: jsprit Date: Tue, 14 Oct 2014 16:16:30 +0200 Subject: [PATCH 7/8] Update WHATS_NEW.md --- WHATS_NEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATS_NEW.md b/WHATS_NEW.md index b6d05158..3cca63c0 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -8,7 +8,7 @@ It has a new feature to analyse your VehicleRoutingProblemSolution. jsprit.core.analysis.SolutionAnalszer provides a way to easily calculate statistics for your solution such as loadAfterActivity, loadBeforeActivity, pickedLoadOnRoute, deliveredLoadOnRoute, loadAtBeginningOfRoute, loadAtEnd, waitingTimeOnRoute and waitingTimeOnSolution, totalTransportTime and distance, etc.. Additionally, you can check whether jsprit's default constraints are violated or not. This might be important if you change your solution ex-post by removing a job etc.. Look at this example to see a (incomplete) list of what can be calculated out-of-the-box now: [VRPWithBackhauls - SolutionAnalyser](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/jsprit/examples/VRPWithBackhaulsExample2.java) -Note that this feature is sponsored by [opendoorlogistics](http://www.opendoorlogistics.com). +Note that this feature is sponsored by [Open Door Logistics](http://www.opendoorlogistics.com). ------------------------------ From c14534da91a421f5e5531f867da711f07bd809d8 Mon Sep 17 00:00:00 2001 From: jsprit Date: Tue, 14 Oct 2014 21:21:17 +0200 Subject: [PATCH 8/8] Update WHATS_NEW.md --- WHATS_NEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATS_NEW.md b/WHATS_NEW.md index 3cca63c0..599b3996 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -6,7 +6,7 @@ WHATS NEW It has a new feature to analyse your VehicleRoutingProblemSolution. -jsprit.core.analysis.SolutionAnalszer provides a way to easily calculate statistics for your solution such as loadAfterActivity, loadBeforeActivity, pickedLoadOnRoute, deliveredLoadOnRoute, loadAtBeginningOfRoute, loadAtEnd, waitingTimeOnRoute and waitingTimeOnSolution, totalTransportTime and distance, etc.. Additionally, you can check whether jsprit's default constraints are violated or not. This might be important if you change your solution ex-post by removing a job etc.. Look at this example to see a (incomplete) list of what can be calculated out-of-the-box now: [VRPWithBackhauls - SolutionAnalyser](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/jsprit/examples/VRPWithBackhaulsExample2.java) +jsprit.core.analysis.SolutionAnalszer provides a way to easily calculate statistics for your solution such as load after activity, load before activity, picked load on route, delivered load on route, load at beginning of route, load at end, waiting time on route and total waiting time in solution, total transport time and distance and many more. Additionally, you can check whether jsprit's default constraints are violated or not. This might be important if you change your solution ex-post by removing a job etc.. Look at this example to see a (incomplete) list of what can be calculated out-of-the-box now: [VRPWithBackhauls - SolutionAnalyser](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/jsprit/examples/VRPWithBackhaulsExample2.java) Note that this feature is sponsored by [Open Door Logistics](http://www.opendoorlogistics.com).