This repository contains seminars resources for the course "Optimization methods" for the 3-rd year students of Department of Control and Applied Mathematics, MIPT. Every seminar presents brief review of necessary part of theory covered in lectures and examples of standard tasks for considered topic. Also after every seminar students have home assignment which has to be submitted in LaTeX or Jupyter Notebook format before deadline.
The main tool in development of efficient optimization methods is numerical linear algebra. To refresh your knowledge, you can use the crash course (ru, en).
-
Projection onto set, separation, support hyperplane (ru, en)
-
Feasible direction cone, tangent cone, sharp extremum (ru, en)
-
Conjugate functions (ru, en)
-
Introduction to duality theory (ru, en)
The list of questions (ru) about topics in Fall term part of the course that students have to answer to pass the exam.
-
Numerical optimization methods: introduction, convergence speed, classes of methods, black box model, one-dimensional optimization (ru, en)
-
Unconstrained optimization problems
-
Linear programming
-
Constrained optimization problems
The list of questions (ru) about topics in Spring term part of the course that students have to answer to pass the exam.
- Least squares problem (ru, en)
- Nesterov's method and ODE (ru, en)
- Sequential quadratic programming
- Theory of optimal methods and lower complexity bounds
- Mirror descent
- Gradient descent and beyond
- Optimization methods on Riemanien manifolds
- Structured optimization with sparsity conditions
- Proximal methods
- Submodular optimization
- ...
-
Y.E. Nesterov. Introductory lectures on convex optimization: A basic course
-
Video lectures by S. Boyd on course Convex Optimization at Stanford
If you want to send pull-request, please read the following instruction