Skip to content

Commit

Permalink
Add references for R2 and LBFGS in readme #236 (#259)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominique <[email protected]>
  • Loading branch information
hpmouton and dpo authored Mar 8, 2024
1 parent bd12646 commit 8f11bf9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,20 @@ and bound-constrained optimization
This package provides an implementation of four classic algorithms for unconstrained/bound-constrained nonlinear optimization:

- `lbfgs`: an implementation of a limited-memory BFGS line-search method for unconstrained minimization;

> D. C. Liu, J. Nocedal. (1989). On the limited memory BFGS method for
> large scale optimization. *Mathematical Programming*, 45(1), 503-528.
> DOI: [10.1007/BF01589116](https://doi.org/10.1007/BF01589116)

- `R2`: a first-order quadratic regularization method for unconstrained optimization;

> E. G. Birgin, J. L. Gardenghi, J. M. Martínez, S. A. Santos, Ph. L. Toint. (2017).
> Worst-case evaluation complexity for unconstrained nonlinear optimization using
> high-order regularized models. *Mathematical Programming*, 163(1), 359-368.
> DOI: [10.1007/s10107-016-1065-8](https://doi.org/10.1007/s10107-016-1065-8)

- `tron`: a pure Julia implementation of TRON, a trust-region solver for bound-constrained optimization described in

> Chih-Jen Lin and Jorge J. Moré, *Newton's Method for Large Bound-Constrained
Expand Down

0 comments on commit 8f11bf9

Please sign in to comment.