Retour aux cours
MATH008 Master

Optimisation Convexe

Un cours et un manuel de niveau diplômé complets couvrant la théorie, les applications et les algorithmes numériques de l'optimisation convexe. Il met l'accent sur la reconnaissance et la formulation de problèmes convexes en ingénierie et en sciences.

4.7
33.0h
591 étudiants
11 lessons
0 j'aime
Mathématiques
Commencer à apprendre

Aperçu du cours

📚 Résumé du contenu

Un cours et un manuel complets au niveau master couvrant la théorie, les applications et les algorithmes numériques de l'optimisation convexe. Il met l'accent sur la reconnaissance et la formulation de problèmes convexes en ingénierie et en sciences.

Maîtriser les fondations mathématiques et les algorithmes pratiques de l'optimisation convexe pour l'ingénierie et la science des données.

Auteur : Stephen Boyd, Lieven Vandenberghe

Remerciements : Soutenu en partie par le NSF, ainsi que grâce aux contributions d'étudiants et collègues de Stanford et UCLA, notamment Arkadi Nemirovski et Kishan Baheti.

🎯 Objectifs d'apprentissage

  1. Définir les composantes d'un problème d'optimisation mathématique, y compris la fonction objectif, les contraintes et les variables.
  2. Distinger les problèmes de moindres carrés, de programmation linéaire et d'optimisation convexe selon leurs propriétés mathématiques.
  3. Comparer les stratégies d'optimisation locale et globale, et évaluer la complexité computationnelle associée à chacune.
  4. Définir et distinguer les ensembles affines, les ensembles convexes et les cônes à l'aide de notations formelles de combinaison.
  5. Identifier et représenter des ensembles convexes standards tels que les boules euclidiennes, les ellipsoïdes, les polyèdres et le cône semi-défini positif.
  6. Appliquer des opérations préservant la convexité, telles que l’intersection, les transformations affines et les fonctions perspective, pour vérifier les propriétés des ensembles.
  7. Identifier et appliquer des opérations préservant la convexité, notamment le supremum ponctuel de fonctions affines et les règles de composition vectorielle.
  8. Dériver le conjugué de Lagrange de diverses fonctions et appliquer l'inégalité de Young.
  9. Caractériser la quasi-convexité à l’aide des ensembles de sous-niveau et des conditions différentielles du premier et second ordre.
  10. Formuler et transformer : convertir des problèmes d’optimisation bruts en formes convexes standard en utilisant des variables de marge et l’élimination de contraintes.

Leçons

Lesson

This lesson introduces the standard form of mathematical optimization, which uses variables, objective functions, and constraints to model decision-making processes. Students learn to identify these components to distinguish between linear and nonlinear problems while establishing the foundational language required for formal optimization.

This lesson explores the geometric foundations of optimization by defining lines, line segments, rays, and affine sets. It establishes the convexity litmus test, which requires that any line segment connecting two points within a set must remain entirely contained inside that set.

This lesson explores how the pointwise supremum of a family of convex functions preserves convexity, a fundamental concept for constructing complex convex functions and understanding duality. By analyzing the epigraph as an intersection of sets, students learn how this principle applies to key mathematical tools like support functions, spectral norms, and conjugate functions.

This lesson introduces the standard form for convex optimization problems, emphasizing that equality constraints must be affine to maintain convexity. Students learn to interpret these problems geometrically through epigraphs and explore practical applications, including risk management and engineering design.

This lesson introduces the Lagrangian framework as a method to transform hard constraints into weighted penalties, allowing for the quantification of constraint costs through Lagrange multipliers. Students learn how to utilize the Lagrange dual function to establish lower bounds on optimal values and explore the role of KKT conditions, such as complementary slackness, in solving complex optimization problems.

This lesson explores the fundamentals of norm approximation in convex optimization, focusing on finding the best vector to minimize the residual between a target and an achievable subspace. Students learn how to select between $\ell_1$, $\ell_2$, and $\ell_\infty$ norms based on specific error-handling needs, such as robustness to outliers or minimizing worst-case deviations.

This lesson explores how statistical Maximum Likelihood Estimation (MLE) can be framed as a convex optimization problem by utilizing the log-likelihood function. Students learn that when probability densities are log-concave and constraints are convex, statistical estimation becomes a globally solvable task where noise distributions directly dictate the geometric penalty functions used in the optimization.

Geometric Foundations of Convex Optimization explores the role of convexity in ensuring unique projections onto sets, emphasizing the use of indicator and support functions to represent geometric constraints. The lesson highlights how convexity provides the stability necessary for optimization, while cautioning that geometric properties like uniqueness are highly dependent on the choice of norm.

This lesson introduces unconstrained minimization algorithms for convex, twice-differentiable functions, focusing on iterative methods that use descent directions like gradient descent and Newton's method. Students will learn to evaluate convergence efficiency, apply self-concordance theory, and utilize second-order models to find optimal points while maintaining numerical stability.

This lesson explores optimality conditions for convex optimization problems with equality constraints, focusing on how the gradient must be orthogonal to the constraint's nullspace. Students will learn to utilize Lagrange multipliers, the KKT system, and the projected gradient method to identify optimal points and solve for descent directions.

This lesson introduces interior-point methods, which replace non-differentiable indicator functions with smooth logarithmic barriers to handle inequality constraints in convex optimization. By iteratively increasing a parameter $t$, these methods allow Newton's method to solve constrained problems while keeping iterates strictly within the feasible region.