You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We compare **TR**, **R2N**, **LM** and **LMTR** from our library.
137
+
We compare **TR**, **R2N**, **LM** and **LMTR** from our library on the SVM problem.
138
138
139
-
The table reports the convergence status of each solver, the number of evaluations of $f$, the number of evaluations of $\nabla f$, the number of proximal operator evaluations, the elapsed time in seconds and the final objective value.
139
+
The table reports the convergence status of each solver, the number of evaluations of $f$, the number of evaluations of $\nabla f$, the number of proximal operator evaluations, the elapsed time and the final objective value.
140
140
On the SVM and NNMF problems, we use limited-memory SR1 and BFGS Hessian approximations, respectively.
141
141
The subproblem solver is **R2**.
142
142
143
143
\input{examples/Benchmark.tex}
144
144
145
-
-Note that for the **LM** and **LMTR** solvers, gradient evaluations count $\#\nabla f$ equals the number of Jacobian–vector and adjoint-Jacobian–vector products.
145
+
Note that for the **LM** and **LMTR** solvers, gradient evaluations count $\#\nabla f$ equals the number of Jacobian–vector and adjoint-Jacobian–vector products.
146
146
147
147
All methods successfully reduced the optimality measure below the specified tolerance of $10^{-4}$, and thus converged to an approximate first-order stationary point.
148
148
Note that the final objective values differ due to the nonconvexity of the problem.
@@ -155,8 +155,8 @@ Ongoing research aims to reduce the number of proximal evaluations.
155
155
156
156
# Acknowledgements
157
157
158
-
The authors would like to thank Alberto De Marchi for his implementation of the Augmented Lagrangian solver.
159
-
Mohamed Laghdaf Habiboullah is supported by an excellence FRQNT grant.
160
-
Youssef Diouane, Maxence Gollier and Dominique Orban are partially supported by an NSERC Discovery Grant.
158
+
The authors would like to thank A. De Marchi for the Augmented Lagrangian solver.
159
+
M. L. Habiboullah is supported by an excellence FRQNT grant.
160
+
Y. Diouane, M. Gollier and D. Orban are partially supported by an NSERC Discovery Grant.
0 commit comments