We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a434feb commit e56afeaCopy full SHA for e56afea
src/R2N.jl
@@ -340,7 +340,6 @@ function SolverCore.solve!(
340
error("R2N: prox-gradient step should produce a decrease but ξ1 = $(ξ1)")
341
atol += rtol * sqrt_ξ1_νInv # make stopping test absolute and relative
342
343
-
344
user_requested_exit = callback(nlp, solver, stats) :: Bool
345
346
set_status!(
@@ -488,7 +487,6 @@ function SolverCore.solve!(
488
487
489
(ξ1 < 0 && sqrt_ξ1_νInv > neg_tol) &&
490
491
492
493
494
0 commit comments