返回課程
MATH008 研究生

凸優化

一門全面的研究生級課程與教科書,涵蓋凸優化的理論、應用及數值算法。課程強調在工程與科學領域中識別與建立凸問題。

4.7
33.0h
591 學習者
11 lessons
0 讚好
數學
開始學習

課程總覽

📚 內容摘要

一門全面的研究生級課程與教科書,涵蓋凸優化的理論、應用及數值演算法。強調在工程與科學領域中辨識與建立凸問題的能力。

掌握凸優化在工程與資料科學中的數學基礎與實用演算法。

作者: Stephen Boyd, Lieven Vandenberghe

致謝: 部分由國家科學基金(NSF)資助,並受益於史丹福大學與加州大學洛杉磯分校學生與同事的貢獻,特別感謝 Arkadi Nemirovski 與 Kishan Baheti。

🎯 學習目標

  1. 定義數學優化問題的各個組成部分,包括目標函數、約束條件與變數。
  2. 根據其數學性質,區分最小二乘法、線性規劃與凸優化問題。
  3. 比較局部與全域優化策略,並評估各自對應的計算複雜度。
  4. 使用正式的組合符號定義並區分仿射集合、凸集合與錐體。
  5. 辨識並表示標準的凸集合,包括歐幾里得球體、橢球體、多面體與半正定錐體。
  6. 應用保凸運算,如交集、仿射變換與投射函數,以驗證集合性質。
  7. 辨識並應用保凸運算,包含仿射函數的點態上確界與向量組合規則。
  8. 推導各種函數的拉格朗日共轭,並應用楊不等式(Young's inequality)。
  9. 透過次水平集以及一階與二階可微條件來描述擬凸性。
  10. 建構與轉換:利用鬆弛變數與約束消去法,將原始優化問題轉化為標準凸形式。

課程

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.