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:
commit
3c568835e9
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ public class VariationCoefficientTermination implements PrematureAlgorithmTermin
|
|||
|
||||
private final int noIterations;
|
||||
|
||||
private final double variationCoefficientThreshold;
|
||||
protected double variationCoefficientThreshold;
|
||||
|
||||
private int currentIteration;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue