mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
Update WHATS_NEW.md
This commit is contained in:
parent
7450b74a4a
commit
f8f5b22aea
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ WHATS NEW
|
||||||
|
|
||||||
<b>2014-10-14</b> new release **v1.4.2**
|
<b>2014-10-14</b> 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)
|
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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue