optimization_course
optimization_course copied to clipboard
A course on Optimization Methods
Optimization Methods
This repository contains seminars resources for the course "Optimization methods" for the 3-rd year students of Department of Control and Applied Mathematics. Every seminar presents brief review of necessary part of theory covered in lectures and examples of standard tasks for considered topic.
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).
Almost all numerical tests in this repository are performed with liboptpy library, where you can find easy to use implementations of different optimization methods. Also we use CVXPY 1.0 for comparison purpose.
Fall term
-
Preliminary
- Crash course on the numerical linear algebra (ru, en)
-
2016-2019
-
2020
-
2021
Questions
The minimum list of questions (ru) on the topics in Fall term.
Spring term
-
Preliminary
-
2017-2019
-
2020
-
2021
-
2022
Questions
The minimum list of questions (ru) on topics of Spring term.
Advanced and additional topics
- Nesterov's method and ODE (ru, en)
- Sequential quadratic programming
- Theory of optimal methods and lower complexity bounds
- Mirror descent
- Optimization methods on Riemanien manifolds
- Structured optimization with sparsity conditions
- Submodular optimization
References
Books, lecture notes and blogs
-
Y.E. Nesterov. Introductory lectures on convex optimization: A basic course
-
Lecture notes on Modern Convex Optimization by A. Nemirovski
-
Introductory Lectures on Stochastic Optimization by J. Duchi
-
Practical optimization by P. E. Gill, W. Murray, M. H. Wright
Related courses
-
Advanced Optimization and Randomized Methods by A. Smola and S. Sra at CMU
-
Convex Optimization and Approximation by M. Hardt at UC Berkeley
Contributing
If you want to send pull-request, please read the following instruction