Next: Parabolic interpolation
Up: The section search
Previous: The golden section search
  Contents
All the three previous methods have a linear convergence, since
at each iteration the ratio between the interval containing
and the new smaller interval is:
The asymptotic convergence rate is defined as
For the dicotomic search, since
,
taking
we have
For the Fibonacci search, first we must write the generic
number of the Fibonacci sequence in a closed form:
then it can be proved that, taking
:
For the golden section search, as previously said
,
so
Thus the convergence rate of the Fibonacci and the
golden-section search are identical.
Next: Parabolic interpolation
Up: The section search
Previous: The golden section search
  Contents
marco+site@equars.com