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

Merge pull request #33 from bringg/protected-variation-coefficient

protected variation coefficient
This commit is contained in:
kobyb 2018-02-14 17:38:17 +02:00 committed by GitHub
commit 3c568835e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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