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 e3ca5fb commit 794ff23Copy full SHA for 794ff23
tutorials/advanced-jsosolvers/index.jmd
@@ -8,15 +8,11 @@ author: "Tangi Migot"
8
9
This tutorial showcases some advanced features of solvers in JSOSolvers.
10
11
-```julia
12
-using JSOSolvers
13
-```
14
-
15
We benchmark different subsolvers used in the solver TRUNK for unconstrained nonlinear least squares problems.
16
The first step is to select a set of problems that are nonlinear least squares.
17
18
```julia
19
-using ADNLPModels
+using JSOSolvers, ADNLPModels
20
using OptimizationProblems
21
using OptimizationProblems.ADNLPProblems
22
df = OptimizationProblems.meta
0 commit comments