Skip to content

Commit

Permalink
Update doc: Nelder-Mead is also known as downhill simplex method
Browse files Browse the repository at this point in the history
  • Loading branch information
andreArtelt committed Aug 1, 2019
1 parent 3040d19 commit 589e83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceml/optim/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def desc_to_optim(desc, f, x0, f_grad=None, tol=None, max_iter=None):
Supported descriptions:
- nelder-mead: *Gradient-free* Nelder-Mead optimizer (also called Simplex search algorithm)
- nelder-mead: *Gradient-free* Nelder-Mead optimizer (also called downhill simplex method)
- powell: *Gradient-free* Powell optimizer
- bfgs: BFGS optimizer
- cg: Conjugate gradients optimizer
Expand Down

0 comments on commit 589e83f

Please sign in to comment.