1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

protected variation coefficient

This commit is contained in:
Kandel Irina 2018-02-14 10:41:03 +02:00
parent 77e7b89d49
commit 36c7925ffa

View file

@ -52,7 +52,7 @@ public class VariationCoefficientTermination implements PrematureAlgorithmTermin
private final int noIterations; private final int noIterations;
private final double variationCoefficientThreshold; protected double variationCoefficientThreshold;
private int currentIteration; private int currentIteration;