Next: Fibonacci Search
Up: The section search
Previous: The section search
  Contents
The simplest form of sectioning is the dicotomic search:
at first iteration the interval
is divided in two equal parts,
and
, so that
; then, choosing
, we check if
. In such case
we repeat he whole process with the new interval
, otherwise
we repeat with
.
It can be proved ([13]) that this method requires
evaluations of the function
, where
is the iterations
number. Also the final interval length
is
where
.
So the relative
uncertainty on the minimum
is
.
marco+site@equars.com