to266 / optimize

Rust crate for numerical optimization
Apache License 2.0
7 stars 3 forks source link

L-BFGS #12

Closed sebasv closed 5 years ago

sebasv commented 5 years ago

Implements a limited-memory BFGS variant. First step towards an L-BFGS-B routine. #2

TODO

sebasv commented 5 years ago

Ready for review. Currently uses the golden ratio line search to determine step size, we could consider a trust region as well.