Home | History | Annotate | Download | only in general

Lines Matching refs:objective

69      * Target value for the objective functions at optimum.
83 /** Current objective function value. */
84 protected double[] objective;
113 /** Objective function. */
116 /** Objective function derivatives. */
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