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
docs(advanced-jsosolvers): update TRUNK/TRON subsolver usage to new keyword API (fixes#145)
- Add migration note showing old subsolver_type => new subsolver=:symbol API
- Update solver dictionary examples to use subsolver = :cgls, :crls, :lsqr, :lsmr
- Add explicit TRUNK and TRON examples with subsolver, rtol, atol, max_time
- Add reference to JSOSolvers allowed_subsolvers lists
- Link to Krylov.jl docs for subsolver algorithm details
- Fix grammar and copy edits (heading, wording, plurals)
The CRLS and CGLS variants are the ones solving more problems, and even though the difference is rather small the CGLS variant is consistently faster which seems to indicate that it is the most appropriate subsolver for TRUNK.
94
-
The size of the problems were rather small here, so this should be confirmed on larger instance.
114
+
The size of the problems was rather small here, so this should be confirmed on larger instances.
95
115
Moreover, the results may vary depending on the origin of the test problems.
0 commit comments