Skip to content

Optimization course assignments under the supervision of Dr. Maryam Amirmazlaghani

License

Notifications You must be signed in to change notification settings

1997alireza/Optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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