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
Copy file name to clipboardExpand all lines: tutorials/advanced-jsosolvers/index.jmd
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ This tutorial showcases some advanced features of solvers in JSOSolvers.
12
12
using JSOSolvers
13
13
```
14
14
15
+
Migration note (JSOSolvers ≥ 0.11): subsolvers are now selected with a Symbol via the `subsolver` keyword. Replace any old usages like `trunk(nlp, subsolver_type = CglsSolver)` with `trunk(nlp; subsolver = :cgls)`. See `JSOSolvers.trunkls_allowed_subsolvers` and `JSOSolvers.tronls_allowed_subsolvers` for the list of accepted symbols.
16
+
15
17
We benchmark different subsolvers used in the solvers TRUNK for unconstrained nonlinear least squares problems.
16
18
The first step is to select a set of problems that are nonlinear least squares.
0 commit comments