Voltar aos Cursos
MATH008 Pós-graduação

Otimização Convexa

Um curso e livro-texto abrangente de nível de pós-graduação que cobre a teoria, aplicações e algoritmos numéricos da otimização convexa. Ele enfatiza o reconhecimento e formulação de problemas convexos em engenharia e ciências.

4.7
33.0h
591 estudantes
11 lessons
0 curtidas
Matemática
Começar a Aprender

Visão Geral do Curso

📚 Resumo do Conteúdo

Um curso e livro-texto abrangente de nível de pós-graduação que cobre a teoria, aplicações e algoritmos numéricos da otimização convexa. O foco está em reconhecer e formular problemas convexos em engenharia e ciências.

Domine a base matemática e os algoritmos práticos da otimização convexa para engenharia e ciência de dados.

Autor: Stephen Boyd, Lieven Vandenberghe

Agradecimentos: Apoiado parcialmente pela NSF, e por contribuições de alunos e colegas da Stanford e UCLA, incluindo menções especiais a Arkadi Nemirovski e Kishan Baheti.

🎯 Objetivos de Aprendizagem

  1. Definir os componentes de um problema matemático de otimização, incluindo a função objetivo, restrições e variáveis.
  2. Distinguir entre problemas de mínimos quadrados, programação linear e otimização convexa com base em suas propriedades matemáticas.
  3. Comparar estratégias de otimização local e global e avaliar a complexidade computacional associada a cada uma.
  4. Definir e distinguir conjuntos afins, conjuntos convexos e cones usando notação formal de combinação.
  5. Identificar e representar conjuntos convexos padrão, incluindo bolas euclidianas, elipsoides, poliedros e o cone semi-definido positivo.
  6. Aplicar operações que preservam a convexidade, como interseção, transformações afins e funções perspectivas, para verificar propriedades de conjuntos.
  7. Identificar e aplicar operações que preservam a convexidade, incluindo o supremo pontual de funções afins e regras de composição vetorial.
  8. Derivar o conjugado de Lagrange de várias funções e aplicar a desigualdade de Young.
  9. Caracterizar a quasiconvexidade usando conjuntos subníveis e condições diferenciais de primeira e segunda ordem.
  10. Formular e Transformar: Converter problemas de otimização brutos em formas convexas padrão usando variáveis de folga e eliminação de restrições.

Aulas

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.