v0.10.0
JSOSolvers v0.10.0
Closed issues:
- Stop criteria for NLS solvers: residual is sufficiently small (#34)
- TRON appears to not be using its internal TrustRegion (#181)
- Add
max_iter
stopping criterion (#184) - Use
obj
to compute the objective function for NLS (#194)
Merged pull requests:
- Use
objgrad!
at initialization oflbfgs
(#180) (@tmigot) - Use
max_radius
in TRON (#182) (@tmigot) - Use test problems in allocation tests (#185) (@tmigot)
- Add allocation tests for R2 (#186) (@tmigot)
- Add small residual check (#187) (@tmigot)
- Add
max_iter
in all solvers (#188) (@tmigot) - Add
trunk
in 0-allocs tests (#190) (@tmigot) - Save some allocations in
tron
(#191) (@tmigot) - Save some allocations in Trunk-LS (#192) (@tmigot)
- Remove allocations in trunk-nls (#193) (@tmigot)
- Avoid using
nls.F
(#195) (@tmigot) - Use obj and grad! in NLS solvers with NLPModels 0.20 (#197) (@tmigot)
- Use
NLPModels
parametric type (#198) (@tmigot) - Version 0.10.0 (#200) (@tmigot)