MATLAB Assignment -
Two independent works or problems to be solved. In problem 2, λk, αk, δk, τ , L are very important parameters. So clearly indicate them.
Problem 1 -
Let w = (x1, x2, x3, y1, y2, y3, z1, z2, z3) and the function
Ψ(w) = -√(5.4(y1 - x1) - 3(y2 - x2))2+(- 3(y1 - x1) + 4.67(y2 - x2))2 + (7.16(y3 - x3))2
- √(3.1z1 + 2z2 + 1.6y1 + y2 + 1)2+(2z1 + 3.6z2 + y1 + 1.6y2 - 2)2+(1.5z3 + 3.5y3 + 3)2
Find the minimum value of Ψ(w) where
-x1 - x2 - x3 ≤ -1, 0 ≤ xi ≤ 1, i = 1, 2, 3
-y1 - y2 - y3 ≤ -1, 0 ≤ yi ≤ 1, i = 1, 2, 3
-z1 - z2 - z3 ≤ -1, 0 ≤ zi ≤ 1, i = 1, 2, 3.
Problem 2 - Algorithm
Let x0 ∈ R3 be initialazation of the algorithm and
And λk, αk, L and τ be real parameters given by λk = 1/(k+50)1.1 , αk = 1/2k, τ = 0.99, L = 100. k ≥ 0, 1, 2, ...
Step 1: Let
Step 2: Let
Step 3:
sk = αkxk + (1 - αk)zk.
Step 4: Let
Step 6: Go to step 1.