Skip to content

Commit 4072eca

Browse files
committed
docs(advanced-jsosolvers): add concise migration note (old subsolver_type => new subsolver=:symbol)
1 parent b2b1a04 commit 4072eca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tutorials/advanced-jsosolvers/index.jmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This tutorial showcases some advanced features of solvers in JSOSolvers.
1212
using JSOSolvers
1313
```
1414

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+
1517
We benchmark different subsolvers used in the solvers TRUNK for unconstrained nonlinear least squares problems.
1618
The first step is to select a set of problems that are nonlinear least squares.
1719

0 commit comments

Comments
 (0)