Elimination Methods
Elimination Methods
From above , final interval of uncertainty is [x7,x8]. Middle point of this interval
give the optimum approximation.
Dichotomous Search Method…
The exhaustive search method is a simultaneous search
method in which all the experiments are conducted before any
judgement is made regarding the location of the optimum
point.
The dichotomous search method , as well as the Fibonacci
and the golden section methods discussed in subsequent
sections, are sequential search methods in which the result of
any experiment influences the location of the subsequent
experiment.
In the dichotomous search, two experiments are placed as close
as possible at the center of the interval of uncertainty.
Based on the relative values of the objective function at the
two points, almost half of the interval of uncertainty is
eliminated.
Dichotomous Search Method…
Let the positions of the two
experiments be given by:
L0
x1
2 2
L0
x2
2 2
1 1 1 1
1 n / 2
2n / 2 1000 2 5
i.e.
999 1 995 999
n/2
or 2 n/2
5.0
1000 2 5000 199
Since n has to be even, this inequality gives the minimum admissable value of
n as 6. The search is made as follows: The first two experiments are made at:
L0
x1 0.5 0.0005 0.4995
2 2
L
x2 0 0.5 0.0005 0.5005
2 2
Dichotomous Search
with the function values given by:
f1 f ( x1 ) 0.4995(1.0005) 0.49975
f 2 f ( x2 ) 0.5005(0.9995) 0.50025
Since f2 < f1, the new interval of uncertainty will be (0.4995,1.0). The
second pair of experiments is conducted at :
1.0 0.4995
x3 (0.4995 ) 0.0005 0.74925
2
1.0 0.4995
x4 (0.4995 ) 0.0005 0.75025
2
which gives the function values as:
f 3 f ( x3 ) 0.74925(0.75075) 0.5624994375
f 4 f ( x4 ) 0.75025(0.74975) 0.5624994375
Dichotomous Search
Since f3 > f4 , we delete (0.4995,x3) and obtain the new interval of
uncertainty as:
(x3,1.0)=(0.74925,1.0)
The final set of experiments will be conducted at:
1.0 0.74925
x3 (0.74925 ) 0.0005 0.874125
2
1.0 0.74925
x4 (0.74925 ) 0.0005 0.875125
2
which gives the function values as:
f 5 f ( x5 ) 0.874125(0.625875) 0.5470929844
f 6 f ( x6 ) 0.875125( 0.624875) 0.5468437342
Dichotomous Search
Since f5 < f6 , the new interval of uncertainty is given by (x3, x6)
(0.74925,0.875125). The middle point of this interval can be taken as
optimum, and hence:
xopt 0.8121875
f opt 0.5586327148
Dichotomous Search Method…
1. Choose interval (a b), choose a small number and
small number (0< <(b-a)). Calculate xm = (a+b)/2
2. Calculate number of iterations required to achieve
desired level of accuracy. ln b a
n
3. Set k = 1 to n ln 2
Leonardo of Pisa
(Fibonacci)
Italian Mathematician
A new rabbit offspring
matures in a certain
period and that each
mature rabbit delivers an
offspring in same period
and remain mature at the
end of the period.
Fi = Fi-1 + Fi-2
Starting Interval = 1-4
Select two points symmetrically spaced
I3
= 2-3
Two possibility:
f2 < f3 1-3 is new interval
f2 > f4 2-4 is new interval
Fn j
L
*
j L j 1
Fn ( j 2 )
Fn ( j 1)
Lj L0
Fn
Fibonacci method
Procedure:
The ratio of the interval of uncertainty remaining after conducting
j of the n predetermined experiments to the initial interval of
uncertainty becomes:
Lj Fn ( j 1)
L0 Fn
Ln F1 1
L0 Fn Fn
Fibonacci method
The ratio Ln/L0 will permit us to determine n, the required number
of experiments, to achieve any desired accuracy in locating the
optimum point.Table gives the reduction ratio in the interval of
uncertainty obtainable for different number of experiments.
Fibonacci method
Position of the final experiment:
In this method, the last experiment has to be placed with some
care. Equation
Fn j
L
*
j L j 1
Fn ( j 2 )
gives
L*n F 1
0 for all n
Ln 1 F2 2
FN 2 F F
L3 lim L0 lim N 2 N 1 L0
N F N F
N N 1 FN
2
FN 1
lim L0
N
FN
Lk L0 (0.618) k 1 L0
2
F
In the equation L3 lim N 1 L0
N
FN
Ratio FN-1/FN 0.5 0.667 0.6 0.625 0.6156 0.619 0.6177 0.6181 0.618 0.618
4
Golden Section Method
The ratio has a historical background. Ancient Greek architects
believed that a building having the sides d and b satisfying the relation
d b d
d b
will be having the most pleasing properties. It is also found in Euclid’s
geometry that the division of a line segment into two unequal parts so
that the ratio of the whole to the larger part is equal to the ratio of the
larger to the smaller, being known as the golden section, or golden
mean-thus the term golden section method.
Interval halving method
In the interval halving method, exactly one half of the current
interval of uncertainty is deleted in every stage. It requires three
experiments in the first stage and two experiments in each
subsequent stage.
Remarks
1. In this method, the function value at the middle point of
the interval of uncertainty, f0, will be available in all the
stages except the first stage.
Interval halving method
(cont’d)
Remarks
2. The interval of uncertainty remaining at the end of n
experiments ( n 3 and odd) is given by
( n 1) / 2
1
Ln L0
2
Example
Find the minimum of f = x (x-1.5) in the interval (0.0,1.0) to within 10% of the
exact value.
Solution: If the middle point of the final interval of uncertainty is taken as the
optimum point, the specified accuracy can be achieved if:
( n 1) / 2
1 L 1 L0
Ln 0 or L0 (E1)
2 10 2 5
Since L0=1, Eq. (E1) gives
1 1
( n 1) / 2
or 2(n -1)/2 5 (E2)
2 5
Example
Solution: Since n has to be odd, inequality (E2) gives the minimum permissable
value of n as 7. With this value of n=7, the search is conducted as follows. The
first three experiments are placed at one-fourth points of the interval L0=[a=0,
b=1] as
x1 0.25, f1 0.25(1.25) 0.3125
x0 0.50, f 0 0.50(1.0) 0.5000
x2 0.75, f 0 0.75(0.75) 0.5625
Since f1 > f0 > f2, we delete the interval (a,x0) = (0.0,0.5), label x2 and x0 as the
new x0 and a so that a=0.5, x0=0.75, and b=1.0. By dividing the new interval of
uncertainty, L3=(0.5,1.0) into four equal parts, we obtain:
Again we note that f1 > f0 and f2>f0, and hence we delete both the intervals
(a,x1) and (x2,b) to obtain the new interval of uncertainty as L7=(0.6875,0.8125).
By taking the middle point of this interval (L7) as optimum, we obtain:
It can be seen that the Fibonacci method is the most efficient method, followed by the golden section
method, in reducing the interval of uncertainty.