Skip to content

Commit 10c09f4

Browse files
authored
Update index.jmd
1 parent 29b8fa9 commit 10c09f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tutorials/advanced-jsosolvers/index.jmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ author: "Tangi Migot"
66

77
# Comparing subsolvers for nonlinear least squares in JSOSolvers
88

9-
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.
10-
119
This tutorial showcases some advanced features of solvers in JSOSolvers.
1210

1311
```julia

0 commit comments

Comments
 (0)