Searched refs:evaluations (Results 1 - 7 of 7) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
H A DAbstractUnivariateRealOptimizer.java46 /** Maximal number of evaluations allowed. */
48 /** Number of evaluations already performed. */
49 private int evaluations; field in class:AbstractUnivariateRealOptimizer
68 * values to the maximum numbers of iterations and evaluations, and to the
152 return evaluations;
194 if (++evaluations > maxEvaluations) {
210 if (++evaluations > maxEvaluations) {
230 evaluations = 0;
H A DBracketFinder.java52 * Number of function evaluations.
54 private int evaluations; field in class:BracketFinder
221 * @return the number of evaluations.
224 return evaluations;
284 ++evaluations;
293 evaluations = 0;
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
H A DAbstractScalarDifferentiableOptimizer.java35 * settings, iterations and evaluations counting.</p>
66 /** Maximal number of evaluations allowed. */
69 /** Number of evaluations already performed. */
70 private int evaluations; field in class:AbstractScalarDifferentiableOptimizer
72 /** Number of gradient evaluations. */
118 return evaluations;
169 if (++evaluations > maxEvaluations) {
184 evaluations = 0;
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
H A DDirectSearchOptimizer.java106 /** Maximal number of evaluations allowed. */
109 /** Number of evaluations already performed. */
110 private int evaluations; field in class:DirectSearchOptimizer
243 return evaluations;
285 evaluations = 0;
334 * function evaluations</p>
338 * parameters or if the maximal number of evaluations is exceeded
343 if (++evaluations > maxEvaluations) {
382 * @exception OptimizationException if the maximal number of evaluations is exceeded
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
H A DAbstractIntegrator.java72 /** Maximal number of evaluations allowed. */
75 /** Number of evaluations already performed. */
76 private int evaluations; field in class:AbstractIntegrator
181 return evaluations;
184 /** Reset the number of evaluations to zero.
187 evaluations = 0;
198 /** Compute the derivatives and check the number of evaluations.
207 if (++evaluations > maxEvaluations) {
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DFirstOrderIntegratorWithJacobians.java63 /** Maximal number of evaluations allowed. */
66 /** Number of evaluations already performed. */
67 private int evaluations; field in class:FirstOrderIntegratorWithJacobians
252 evaluations = 0;
315 /** Set the maximal number of differential equations function evaluations.
319 * @param maxEvaluations maximal number of function evaluations (negative
321 * almost unlimited evaluations)
327 /** Get the maximal number of functions evaluations.
328 * @return maximal number of functions evaluations
334 /** Get the number of evaluations o
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1518 milliseconds