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.
2 parents 77ddd78 + 20699c9 commit 69e8409Copy full SHA for 69e8409
src/TRDH_alg.jl
@@ -525,6 +525,6 @@ function SolverCore.solve!(
525
end
526
527
set_solution!(stats, xk)
528
-
+ set_residuals!(stats, zero(eltype(xk)), sqrt_ξ_νInv)
529
return stats
530
src/TR_alg.jl
@@ -487,4 +487,7 @@ function SolverCore.solve!(
487
)
488
@info "TR: terminating with √(ξ1/ν) = $(sqrt_ξ1_νInv)"
489
490
+
491
+ set_solution!(stats, xk)
492
+ set_residuals!(stats, zero(eltype(xk)), sqrt_ξ1_νInv)
493
0 commit comments