Optimization - To find a minimum of a given objective function within the given interval using the golden section search method.
Procedure:
Step 1 : Click on "Next".
Step 2 : Calculate d
Step 3 : Calculate x1 and x2
Step 4 : Calculate f(x1) and f(x2)
Step 5 : Updated value of xL and xU for next iteration.
Step 6 : Calculate d
Step 7 : Calculate x1 and x2
Step 8 : Calculate f(x1) and f(x2)
Step 9 : Updated value of xL and xU for next iteration.