Skip to content

Commit 2c13b6d

Browse files
committed
Update RFC-00xx-automatic-implicit-differentiation.md
1 parent 0df4515 commit 2c13b6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RFC-00xx-automatic-implicit-differentiation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ Newton’s method for univariate function minimization requires the first and se
307307

308308
##### Nelder-Mead Method
309309

310+
The Nelder-Mead method uses a simplex to traverse the space in search of a minimum. A simplex is a generalization of a tetrahedron to $n$-dimensional space. A simplex in one dimension is a line, and in two dimensions it is a triangle. The simplex derives its name from the fact that it is the simplest possible polytope in any given space.
311+
310312
#### Linear Constrained Optimization
311313

312314
## Metrics

0 commit comments

Comments
 (0)