Searched refs:costRelativeTolerance (Results 1 - 3 of 3) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
H A DLevenbergMarquardtEstimator.java140 private double costRelativeTolerance; field in class:LevenbergMarquardtEstimator
190 * @param costRelativeTolerance desired relative error in the sum of squares
193 public void setCostRelativeTolerance(double costRelativeTolerance) { argument
194 this.costRelativeTolerance = costRelativeTolerance;
444 if (((FastMath.abs(actRed) <= costRelativeTolerance) &&
445 (preRed <= costRelativeTolerance) &&
457 costRelativeTolerance);
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
H A DLevenbergMarquardtOptimizer.java137 private double costRelativeTolerance; field in class:LevenbergMarquardtOptimizer
199 * @param costRelativeTolerance desired relative error in the sum of squares
201 public void setCostRelativeTolerance(double costRelativeTolerance) { argument
202 this.costRelativeTolerance = costRelativeTolerance;
456 if (((FastMath.abs(actRed) <= costRelativeTolerance) &&
457 (preRed <= costRelativeTolerance) &&
467 costRelativeTolerance);
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 694 milliseconds