nelder_mead
Optimize mathematical functions without derivatives using the Nelder-Mead simplex algorithm. Input your function and initial guess to find minima or maxima.
Instructions
Perform Nelder-Mead simplex algorithm for derivative-free optimization (Domain: numerical, Category: optimization)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| f | Yes | ||
| x0 | Yes | ||
| alpha | No | ||
| gamma | No | ||
| rho | No | ||
| sigma | No | ||
| max_iterations | No | ||
| tolerance | No |