Chapter 10 Numerical Methods for Unconstrained Optimum Design
10.42 ______________________________________________________________________________
For the following function, calculate the initial interval of uncertainty for the golden section search
with δ=0.05 at the given point and the search direction; then complete two iterations of the Phase II of
the method.
22
12
( ) ( 2) ( 1) ;fx x=−+−x
at
Solution:
2
( ) 52 52 13f
(from the solution to Problem 10.22)
10.43 ______________________________________________________________________________
For the following function, calculate the initial interval of uncertainty for the golden section search
with δ=0.05 at the given point and the search direction; then complete two iterations of the Phase II of
the method.
22 2
21 1
( ) 10( ) (1 ) ;f xx x= − +−x
at
Solution:
4 32
( ) 6887475360 361117440 5809444 27844 41f
α α α αα
= − + −+
(from the solution to Problem 10.23)
Solved using a modified form of the program in Section B.2, Appendix B.
Output: Initial lower alpha bound = 0;
Initial upper alpha bound = 0.1309;
Minimum (α*) after two iterations = 0.025;
Minimum function value (f*) = 23.7626;
No. of function evaluations = 6.
10.44 ______________________________________________________________________________
For the following function, calculate the initial interval of uncertainty for the golden section search
with δ=0.05 at the given point and the search direction; then complete two iterations of the Phase II of
the method.
at
Solution:
(from the solution to Problem 10.24)