Searched defs:convergence (Results 1 - 8 of 8) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
H A DGaussNewtonEstimator.java53 /** Default threshold for cost convergence. */
59 /** Threshold for cost convergence. */
60 private double convergence; field in class:GaussNewtonEstimator
72 this.convergence = DEFAULT_CONVERGENCE;
78 * <p>This constructor builds an estimator and stores its convergence
97 * @param convergence criterion threshold below which we do not need
102 * J<sub>n</sub> &times convergence</code>, where <code>J<sub>n</sub></code>
106 public GaussNewtonEstimator(final int maxCostEval, final double convergence, argument
110 this.convergence = convergence;
118 setConvergence(final double convergence) argument
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
H A DODEIntegrator.java70 * @param convergence convergence threshold in the event time search
77 double convergence, int maxIterationCount);
76 addEventHandler(EventHandler handler, double maxCheckInterval, double convergence, int maxIterationCount) argument
H A DAbstractIntegrator.java124 final double convergence,
126 eventsStates.add(new EventState(handler, maxCheckInterval, convergence, maxIterationCount));
122 addEventHandler(final EventHandler handler, final double maxCheckInterval, final double convergence, final int maxIterationCount) argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
H A DCombinedEventsManager.java64 * @param convergence convergence threshold in the event time search
71 final double convergence, final int maxIterationCount) {
73 convergence, maxIterationCount));
70 addEventHandler(final EventHandler handler, final double maxCheckInterval, final double convergence, final int maxIterationCount) argument
H A DEventState.java52 private final double convergence; field in class:EventState
91 * @param convergence convergence threshold in the event time search
96 final double convergence, final int maxIterationCount) {
99 this.convergence = FastMath.abs(convergence);
128 /** Get the convergence threshold for event localization.
129 * @return convergence threshold for event localization
132 return convergence;
161 // where epsilon is the convergence threshol
95 EventState(final EventHandler handler, final double maxCheckInterval, final double convergence, final int maxIterationCount) argument
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DGraggBulirschStoerIntegrator.java347 final double convergence,
349 super.addEventHandler(function, maxCheckInterval, convergence, maxIterationCount);
724 // check convergence
732 // convergence have been reached just before targetIter
735 // estimate if there is a chance convergence will
759 // convergence has been reached exactly at targetIter
762 // estimate if there is a chance convergence will
345 addEventHandler(final EventHandler function, final double maxCheckInterval, final double convergence, final int maxIterationCount) argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DFirstOrderIntegratorWithJacobians.java148 * @param convergence convergence threshold in the event time search
156 double convergence,
161 maxCheckInterval, convergence, maxIterationCount);
154 addEventHandler(EventHandlerWithJacobians handler, double maxCheckInterval, double convergence, int maxIterationCount) argument
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 199 milliseconds