mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
replace .setNuOfIterations with .setMaxIterations
This commit is contained in:
parent
527ca56d04
commit
8d20fe12aa
19 changed files with 320 additions and 77 deletions
|
|
@ -91,7 +91,7 @@ public class SolomonWithSkillsExample {
|
|||
constraintManager.addSkillsConstraint();
|
||||
|
||||
VehicleRoutingAlgorithm vra = vraBuilder.build();
|
||||
// vra.setNuOfIterations(500);
|
||||
// vra.setMaxIterations(500);
|
||||
|
||||
|
||||
Collection<VehicleRoutingProblemSolution> solutions = vra.searchSolutions();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue