JSOSolvers.jl
JSOSolvers.jl copied to clipboard
Add `lslq` in `tronls` allowed subsolvers
const tronls_allowed_subsolvers = [:cgls, :crls, :lslq, :lsqr, :lsmr]
Originally posted by @amontoison in https://github.com/JuliaSmoothOptimizers/JSOSolvers.jl/pull/145#discussion_r971428971
The iterate norm is monotonic, but the residual is not monotonic in LSLQ. So I don't think you can just plug it into a trust-region method.