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 0422c01 commit 9d457eaCopy full SHA for 9d457ea
src/LMTR_alg.jl
@@ -64,7 +64,7 @@ function LMTRSolver(
64
end
65
66
ψ =
67
- has_bnds ? shifted(reg_nls.h, xk, max.(-one(T), l_bound_m_x), min.(one(T), u_bound_m_x), selected) :
+ has_bnds ? shifted(reg_nls.h, xk, max.(-one(T), l_bound_m_x), min.(one(T), u_bound_m_x), reg_nls.selected) :
68
shifted(reg_nls.h, xk, one(T), χ)
69
70
jprod! = let nls = reg_nls.model
0 commit comments