Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 2.52 KB

README.md

File metadata and controls

37 lines (30 loc) · 2.52 KB

Optimization Course Assignments

Under supervision of Dr. Maryam Amirmazlaghani

< Homework one >

< Homework two >

Unconstrained optimization algorithms

  • Line Search methods

  • Trust Region methods

    • Construct a model function as ƒk + pT∇ƒk + 0.5 pTBkp by choosing a matrix as Bk
      • Hessian Matrix
    • Solve the constrained subproblem and find a step
      • Cauchy Point
      • Dogleg

< Homework three >

Unconstrained optimization algorithms
Solving large linear systems of equations: Ax = b or minx 0.5 xTAx - bTx

Constrained optimization algorithms
Solving inequality constrained minimization: minx 0.5 xTAx - bTx s.t. Px ≼ q