Problem 1. f is a positive definite quadratic function
f(x) = 1
2
x
TAx + b
Tx, A ∈ S
n
++, b ∈ R
n
,
x
k
is the current iteration point, d
k
is the descent direction. Derive the step size of exact linear search [20pts]
α
k = arg min
α>0
f(x
k + αdk
).Problem 2. Prove that f : R
n → R is affine if and only if f is both convex and concave. [20pts]Problem 3. Solve the optimal solution of the Rosenbrock function
f(x, y) = (1 − x)
2 + 100(y − x
2
)
2
,
using MATLAB programming to implement three algorithms (each 20pts): gradient descent (GD) method, Newton’s
method, and Quasi-Newton methods (either rank-1, DFP or BFGS).You are required to print iteration information of
last 10 steps: including objective, step size, residual of gradient. Technical implementation: explain how to choose
the step size, how to set the termination criteria, how to choose the initial point, the value of the required parameters,
converge or not and convergence rate. (paste the code in the pdf to submit it, no need to submit the source code)
[60pts]
Homework, Numerical, Optimization, SI152, solved
[SOLVED] Si152 numerical optimization homework 4
$25
File Name: Si152_numerical_optimization_homework_4.zip
File Size: 367.38 KB
Reviews
There are no reviews yet.