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 f85deac commit 53c40b8Copy full SHA for 53c40b8
src/LM_alg.jl
@@ -288,7 +288,6 @@ function SolverCore.solve!(
288
local ρk::T = zero(T)
289
290
residual!(nls, xk, Fk)
291
- #solver.subpb.model.J = jac_op_residual!(nls, xk, Jv, Jtv)
292
jtprod_residual!(nls, xk, Fk, ∇fk)
293
fk = dot(Fk, Fk) / 2
294
@@ -420,7 +419,6 @@ function SolverCore.solve!(
420
419
421
# update gradient & Hessian
422
shift!(ψ, xk)
423
424
425
426
# update opnorm if not linear least squares
0 commit comments