Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yixuan committed May 27, 2022
1 parent 09306f6 commit 563106b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
## Unreleased

### Added

- Added functions `final_grad()` and `final_grad_norm()` to `LBFGSSolver`
and `LBFGSBSolver` to retrieve the final gradient information
([#12](https://github.com/yixuan/LBFGSpp/issues/12))

### Changed

- The line search classes now have a unified API for both `LBFGSSolver` and `LBFGSBSolver`
- The Moré-Thuente line search algorithm `LineSearchMoreThuente` now can also be used
in the L-BFGS solver `LBFGSSolver`



## [0.2.0] - 2022-05-20

### Added

- Added a CMake script for installation ([#24](https://github.com/yixuan/LBFGSpp/pull/24)),
contributed by [@steinmig](https://github.com/steinmig)

### Changed

- The default line search method for `LBFGSSolver` has been changed from `LineSearchBacktracking`
to `LineSearchNocedalWright`, per the suggestion of [@mpayrits](https://github.com/mpayrits)
([#25](https://github.com/yixuan/LBFGSpp/pull/25))
Expand All @@ -31,4 +40,5 @@
## [0.1.0] - 2021-08-19

### Added

- Initial Github release

0 comments on commit 563106b

Please sign in to comment.