Skip to content

Commit 2be85e6

Browse files
author
Se Eun Choi
committed
Fix LM surrogate operator documentation
1 parent 0922d3f commit 2be85e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/plans/nonlinear_least_squares/nls_general_plan.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,15 +203,15 @@ For the derivation of the Riemannian case, see [BaranBergmann:2026](@cite).
203203
204204
In order to build a surrogate also for the robustified Levenberg-Marquardt, introduce
205205
``α = 1 - $(_tex(:sqrt, "1 + 2 $(_tex(:frac, "ρ''(p)", "ρ'(p)"))$(_tex(:norm, "F(p)"; index = "2"))^2"))``
206-
and set ``y = $(_tex(:frac, _tex(:sqrt, "ρ'(p)"), "1-α"))F(p)`` and ``$(_tex(:Cal, "L"))(X) = CJ_F^*(p)[F(p)]``
206+
and set ``y = $(_tex(:frac, _tex(:sqrt, "ρ'(p)"), "1-α"))F(p)`` and ``$(_tex(:Cal, "L"))(X) = CJ_F(p)[X]``
207207
with
208208
209209
```math
210210
C = $(_tex(:sqrt, "ρ'(p)"))(I-αP), $(_tex(:qquad)) P = $(_tex(:frac, "F(p)F(p)^" * _tex(:rm, "T"), _tex(:norm, "F(p)"; index = "2") * "^2")),
211211
```
212212
213-
where ``F(p) ∈ ℝ^n`` is the vector of residuals at point ``p ∈ M`` and ``J_F^*(p): ℝ^n → $(_math(:TangentSpace))``
214-
is the adjoint Jacobian.
213+
where ``F(p) ∈ ℝ^n`` is the vector of residuals at point ``p ∈ M`` and ``J_F(p): $(_math(:TangentSpace)) → ℝ^n``
214+
is the Jacobian as a linear operator.
215215
These two can be accessed with [`get_vector_field`](@ref) for ``y`` and [`get_linear_operator`](@ref) for ``$(_tex(:Cal, "L"))``,
216216
respectively.
217217
For technical details on the scaling using ``α``, especially how the `threshold` and `mode`

0 commit comments

Comments
 (0)