Skip to content

Commit 8e2aae4

Browse files
Clarify gradient evaluation note for LM and LMTR solvers in paper.md
1 parent 843899f commit 8e2aae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ The subproblem solver is **R2**.
175175

176176
\input{examples/Benchmark.tex}
177177

178-
- Note that for the LM solver, gradient evaluations count $\#\nabla f$ equals the number of Jacobian–vector and adjoint-Jacobian–vector products.
178+
- Note that for the **LM** and **LMTR** solvers, gradient evaluations count $\#\nabla f$ equals the number of Jacobian–vector and adjoint-Jacobian–vector products.
179179

180180
All methods successfully reduced the optimality measure below the specified tolerance of $10^{-4}$, and thus converged to an approximate first-order stationary point.
181181
Note that, the final objective values differ due to the nonconvexity of the problems.

0 commit comments

Comments
 (0)