Searched defs:objective (Results 1 - 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
H A DAbstractLeastSquaresOptimizer.java69 * Target value for the objective functions at optimum.
83 /** Current objective function value. */
84 protected double[] objective; field in class:AbstractLeastSquaresOptimizer
220 objective = function.value(point);
221 if (objective.length != rows) {
223 objective.length, rows);
228 final double residual = targetValues[i] - objective[i];
364 * @return the point/value pair giving the optimal value for objective function
365 * @exception FunctionEvaluationException if the objective function throws one during
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 473 milliseconds