Skip to content

Commit c9efcd1

Browse files
authored
Update index.jmd
1 parent 1f87153 commit c9efcd1

File tree

1 file changed

+0
-2
lines changed
  • tutorials/introduction-to-jsosolvers

1 file changed

+0
-2
lines changed

tutorials/introduction-to-jsosolvers/index.jmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ All solvers are based on [NLPModels.jl](https://github.com/JuliaSmoothOptimizers
1616
This package contains the implementation of four algorithms that are classical for unconstrained/bound-constrained nonlinear optimization:
1717
`lbfgs`, `R2`, `tron`, and `trunk`.
1818

19-
Migration note (JSOSolvers ≥ 0.11): when using specialized least-squares variants of `tron`/`trunk`, select the linear least-squares subsolver via a Symbol using the `subsolver` keyword, e.g. `trunk(nlp; subsolver = :lsmr)`. The old `subsolver_type = CglsSolver` style is no longer supported. See `JSOSolvers.trunkls_allowed_subsolvers` and `JSOSolvers.tronls_allowed_subsolvers` for the accepted symbols.
20-
2119
## Solver input and output
2220

2321
All solvers have the following signature:

0 commit comments

Comments
 (0)