Fibonacci search method for unimodal optimization
This program performs the Fibonacci Line Search algorithm to find the maximum of a unimodal function, f(x) , over an interval, a <= x <= b . The program calculates the number of iterations required to insure the final interval is within the user-specified tolerance.