v0.9.0
JSOSolvers v0.9.0
Closed issues:
- Uniform input (#3)
- Test problem type on input (#31)
- Callbacks (#33)
- Improve memory of solver structure preallocating execution stats (#74)
- how to control progress verbosity (#83)
- If there is a way to obtain the optimization trace of x values? (#112)
- Add solver structure (#131)
Merged pull requests:
- R2 solver (#124) (@nathanemac)
- r2 with callback (#134) (@nathanemac)
- add FPS in breakage (#137) (@tmigot)
- updated R2 to include momentum (#138) (@farhadrclass)
- update SolverCore dep (#139) (@dpo)
- Update CommentPR.yml (#141) (@amontoison)
- Update R2.jl (#142) (@farhadrclass)
- Up abstract type and
solve!(#144) (@tmigot) - add TronNLS solver structure (#145) (@tmigot)
- Add
trunklssolver structure (#147) (@tmigot) - Review
R2docstring and callback (#148) (@tmigot) - Add callback in
lbfgs(#149) (@tmigot) - Add callback in
trunk(#151) (@tmigot) - Add callback in
tron(#154) (@tmigot) - Add callback
trunkls(#155) (@tmigot) - Add callback
tronls(#157) (@tmigot) - Uniform input (#158) (@tmigot)
- fix gradient sign (#165) (@dpo)
- remove forgotten
iter = 0(#167) (@tmigot) - Version 0.9.0 (#168) (@tmigot)