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/introduction-to-jsosolvers/index.jmd
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@ All solvers are based on [NLPModels.jl](https://github.com/JuliaSmoothOptimizers
16
16
This package contains the implementation of four algorithms that are classical for unconstrained/bound-constrained nonlinear optimization:
17
17
`lbfgs`, `R2`, `tron`, and `trunk`.
18
18
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.
0 commit comments