golden_section_search
Optimize univariate functions by finding minima or maxima within a specified interval using the golden section search algorithm.
Instructions
Perform golden section search for univariate function optimization (Domain: numerical, Category: optimization)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| f | Yes | ||
| a | Yes | ||
| b | Yes | ||
| tolerance | No | ||
| max_iterations | No |