Question: Consider the following trust - region algorithm: Specify some x 0 as an initial guess. Let the constants 1 , 2 i n ( 0

Consider the following trust-region algorithm: Specify some x0 as an
initial guess. Let the constants 1,2in(0,1) are given. Typical values
are 1=14,2=34.
For k=0,1,dots
If xk is optimal, then stop.
Compute
k=f(xk)-f(xk+pk)f(xk)-k(pk)
where
k(pk)=f(xk)+gradf(xk)Tpk+12pkTgrad2f(xk)pk
with {:pk=-(grad2f(xk)+I)-1gradf(xk)).
if k1 then the step is failed: xk+1:=xk,:=2.
if 1k2 then the step is predicted: xk+1:=xk+pk,:=.
if k>2 then the step is very good: xk+1:=xk+pk,:=12.
Compute the trust-region radius k=||pk()||.
To minimize the function f[x1,x2)=ex1+x2-2+(x1-x2)2
(a) Let x0=(1,1)T. Apply the full Newton step to give x1.
(b) Let x0=(1,1)T. Calculate the trust-region search direction with
initial value =1. Would you accept this step in the trust region
algorithm above or should be changed?
Consider the following trust - region algorithm:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Civil Engineering Questions!