diff --git a/WHATS_NEW.md b/WHATS_NEW.md index 742cee1d..6b59c6d0 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -44,7 +44,7 @@ or, if you need to assign your own ConstraintManager or to just configure the al
VehicleRoutingAlgorithm algorithm = Jsprit.Builder.newInstance(problem) ... .buildAlgorithm();
-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).
VehicleRoutingAlgorithm algorithm = Jsprit.Builder.newInstance(problem).setProperty(Parameter.THREADS,"5").buildAlgorithm();