v0.11.0
JSOSolvers v0.11.0
Closed issues:
- Test allocations of each solver (#161)
- Review Krylov.jl usage (#163)
- What does "Error: Cauchy step returned: small_step" mean and what can/should I do about it? (#201)
- Iteration numbers in tron logging are offset by one. (#207)
- max_iter kwarg not supported (R2.jl) (#213)
Merged pull requests:
- Use in-place
cgin TRON (#202) (@tmigot) - Save allocations in projected line search (#204) (@tmigot)
- Save allocations with active indices (#205) (@tmigot)
- Save allocations from Hessian operator (#206) (@tmigot)
- Fix display TRON (#208) (@tmigot)
- Pre-allocate ZHZ operator (#209) (@tmigot)
- Save allocations computing
-g(#210) (@tmigot) - Remove subsolver logger (#211) (@tmigot)
- Use Krylov.cg! (#215) (@tmigot)
- Remove allocations in TRON (#218) (@tmigot)
- Save allocations in TRON-NLS (#220) (@tmigot)
- Save allocations in
cauchy_lsfor TRON-NLS (#221) (@tmigot) - Save allocations in
projected_line_search_ls!for TRON-NLS (#222) (@tmigot) - Resize projected newton subsolver (#223) (@tmigot)
- Add allocation test for TRON and TRUNK NLS (#225) (@tmigot)
- Use NLS variant for
aredpred!(#226) (@tmigot) - Add allocation test for bound-constrained problems (#227) (@tmigot)
- Update R2.jl (#228) (@farhadrclass)
- Review logs (#230) (@tmigot)
- Add subsolver verbose in TRON (#232) (@tmigot)
- Remove @error macro (#234) (@tmigot)
- Version 0.11 (#235) (@tmigot)