Optimization - To find a minimum of a given objective function within the given interval using the golden section search method.
Aim:
To find the approximation of the optimal solution using the Interval methods: Golden Search.
Objectives:
The objectives of Golden Section Search and other interval methods in optimization are:
1. To find the minimum or maximum of a unimodal function.
2. To determine the optimal solution within a given interval.
3. To approximate the optimum with a desired level of accuracy.
4. To converge efficiently to the optimal solution.
5. To minimize the number of function evaluations.
6. To handle optimization problems with a single local optimum.
7. To provide a robust search for the optimum.