Skip to content

Commit

Permalink
Fix another README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
droemer7 authored Nov 19, 2023
1 parent ba1012d commit b9a6acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For more information on each step, refer to the papers listed in the [References
Core features of this library:

* **Simple Interface** - `Lbfgsb` uses reliable default convergence settings, with an accuracy level that can be changed with a single parameter. A duration limit and a limit on the number of function evaluations can also be specified.
* **Non-Smooth Minimization** - `Lbfgsb` can minimize non-smooth functions by using the default line search method (`Lewis-Overton<Wolfe::weak>`).
* **Non-Smooth Minimization** - `Lbfgsb` can minimize non-smooth functions by using the default line search method (`LewisOverton<Wolfe::weak>`).
* **Modifiable Line Search** - `Lbfgsb` has a template parameter for a `LineSearch` object, which the user can change.
* **Callback Functions** - `Lbfgsb` calls a user-defined callback function after each optimization step, allowing for visibility into the progress of the process.
* **Stop/Resume** - `Lbfgsb` can be stopped and resumed from the last state by the user.
Expand Down

0 comments on commit b9a6acf

Please sign in to comment.