mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
prepare release - update whats_new
This commit is contained in:
parent
a68c068ab2
commit
e215ea76d8
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ or, if you need to assign your own ConstraintManager or to just configure the al
|
|||
|
||||
<pre><code>VehicleRoutingAlgorithm algorithm = Jsprit.Builder.newInstance(problem) ... .buildAlgorithm();</code></pre>
|
||||
|
||||
Since, the algorithm is more computationally intense, we recommend you to use all your idle computational power by
|
||||
Since, the algorithm is more computationally intensive, we recommend you to use all your idle computational power by
|
||||
increasing the number threads (try for example noThreads = #cores+1 first).
|
||||
|
||||
<pre><code>VehicleRoutingAlgorithm algorithm = Jsprit.Builder.newInstance(problem).setProperty(Parameter.THREADS,"5").buildAlgorithm();</code></pre>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue