Home | History | Annotate | Download | only in NonLinearOptimization

Lines Matching refs:ratio

108     Scalar ratio;
264 /* compute the ratio of the actual to the predicted reduction. */
265 ratio = 0.;
267 ratio = actred / prered;
270 if (ratio < Scalar(.1)) {
277 if (ratio >= Scalar(.5) || ncsuc > 1)
279 if (internal::abs(ratio - 1.) <= Scalar(.1)) {
285 if (ratio >= Scalar(1e-4)) {
326 if (ratio >= Scalar(1e-4))
504 /* compute the ratio of the actual to the predicted reduction. */
505 ratio = 0.;
507 ratio = actred / prered;
510 if (ratio < Scalar(.1)) {
517 if (ratio >= Scalar(.5) || ncsuc > 1)
519 if (internal::abs(ratio - 1.) <= Scalar(.1)) {
525 if (ratio >= Scalar(1e-4)) {
566 if (ratio >= Scalar(1e-4))