Lines Matching full:condition
270 // point is not large enough to satisfy the sufficient decrease condition.
275 "satisfying the sufficient decrease condition within "
354 // 1. step_size_{k} violates the sufficient decrease (Armijo) condition.
368 // condition.
382 // condition (but not the Wolfe conditions).
405 // Armijo sufficient decrease condition*, the one which generated the
411 // first sample, and which does not satisfy the Armijo condition,
426 // satisfies the strong Wolfe curvature condition, that we return the point
428 // condition.
439 // A termination condition satisfying the (strong) Wolfe bracketing conditions
446 // a condition imposed / required by the underlying algorithm, but instead an
448 // minimum step size, and satsifies the Armijo condition was still found,
452 // satisfies at least the Armijo condition.
472 // As we require the gradient to evaluate the Wolfe condition, we always
475 // condition is satisifed, as the computational saving from this approach
499 // condition, or has stepped past an inflection point of f() relative to
507 << ") violates Armijo sufficient condition, or has passed an "
548 // minimizes f() and satisfies the Armijo condition.
557 << "point found satisfying Armijo condition only, to "
573 // those tested which minimizes f() and satisfies the Armijo condition
574 // when we terminate due to the 'artificial' max_num_iterations condition.
638 // on return false, if we stopped searching due to the 'artificial' condition of
640 // tested, which satisfied the Armijo decrease condition and minimized f().
654 // We do not require bracket_high.gradient_is_valid as the gradient condition
658 // Armijo sufficient decrease condition and interpolation method does not
664 // and bracket_high does not satisfy the Armijo condition, but still has
674 // The third condition for a valid initial bracket:
705 // found thus far and satisfies the Armijo condition, even though it does
706 // not satisfy the Wolfe condition.
755 // As we require the gradient to evaluate the Wolfe condition, we always
758 // condition is satisifed, as the computational saving from this approach
799 // Armijo sufficient decrease satisfied, check strong Wolfe condition.