You are on page 1of 6

Single variable optimization

Exhaustive search method


• This is the simplest of all
• In this method, the optimum of a function is bracketed
by calculating the function values at a number of
equally spaced points.
• Usually the search begins from a lower bound on the
variable and three consecutive function values are
compared at a time.
• Based on the outcome of comparison, the search is
either terminated or continued by replacing one of the
three points by a new point.
• The search continues till the minimum (optimum) is
reached.

You might also like