mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
added log of resetting nuOfIterations
This commit is contained in:
parent
1645641ab6
commit
ad8c168835
1 changed files with 1 additions and 0 deletions
|
|
@ -242,6 +242,7 @@ public class VehicleRoutingAlgorithm {
|
||||||
|
|
||||||
public void setNuOfIterations(int nOfIterations) {
|
public void setNuOfIterations(int nOfIterations) {
|
||||||
this.nOfIterations = nOfIterations;
|
this.nOfIterations = nOfIterations;
|
||||||
|
logger.info("set nuOfIterations to " + nOfIterations);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue