dilettagoglia / unconstrained-optimization

Estimating the 2-norm for a rectangular matrix (unconstrained approach) using two optimization algorithms: Standard gradient descent (steepest descent) method, and quasi-Newton method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unconstrained optimization algorithms

(Problem) is the problem of estimating the matrix norm for a (possibly rectangular) matrix , using its definition as an (unconstrained) maximum problem.

(Alg1) is a standard gradient descent (steepest descent) approach.

(Alg2) is a a quasi-Newton method such as BFGS (one which does not require any approximations of the Hessian of the function)

About

Estimating the 2-norm for a rectangular matrix (unconstrained approach) using two optimization algorithms: Standard gradient descent (steepest descent) method, and quasi-Newton method


Languages

Language:Mathematica 69.5%Language:MATLAB 30.5%