Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/geosarr/tuutal into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
geosarr committed Aug 2, 2024
2 parents f9a1e26 + 84cc1aa commit 5fa7e4e
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 5fa7e4e

Please sign in to comment.