Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geosarr authored Aug 2, 2024
1 parent 4e660f2 commit 84cc1aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ are imported into this crate.
# Implementations

For now, the supported algorithms are:
( - ) `Nelder-Mead`, `Powell` for multidimensional derivative-free optimization,
( - ) `Unbounded and Bounded Brent`'s algorithms for unidimensional derivative-free optimization,
( - ) `Brent`'s root finding algorithm for unidimensional functions
( - ) `AdaGrad`, `AdaDelta` for adaptive step size,
( - ) `Armijo` and `PowellWolfe` for steepest descent algorithms.
- `Nelder-Mead`, `Powell` for multidimensional derivative-free optimization,
- `Unbounded and Bounded Brent`'s algorithms for unidimensional derivative-free optimization,
- `Brent`'s root finding algorithm for unidimensional functions
- `AdaGrad`, `AdaDelta` for adaptive step size,
- `Armijo` and `Powell-Wolfe` for steepest descent algorithms.

0 comments on commit 84cc1aa

Please sign in to comment.