凸最適化
凸最適化の理論、応用および数値アルゴリズムを網羅した大学院レベルのコースおよび教科書。工学および科学分野における凸問題の認識と定式化に重点を置いている。
コース概要
📚 コンテンツ概要
凸最適化の理論、応用および数値アルゴリズムを網羅する大学院レベルのコースおよび教科書。工学および科学分野における凸問題の認識と定式化に重点を置く。
工学およびデータサイエンスにおいて、凸最適化の数学的基盤と実用的アルゴリズムを習得する。
著者: ステファン・ボイド、リーベン・ヴァンデンベーエ
謝辞: NSF の支援を受け、スタンフォード大学およびウCLAの学生や同僚からの貢献も含まれており、特にアラキ・ネミロフスキーおよびキシャン・バヘティに特別な言及がある。
🎯 学習目標
- 目的関数、制約条件、変数を含む数学的最適化問題の構成要素を定義する。
- 数学的性質に基づいて最小二乗法、線形計画法、凸最適化問題を区別する。
- 局所最適化とグローバル最適化戦略を比較し、それぞれに伴う計算複雑性を評価する。
- 演算記号を使用してアフィン集合、凸集合、錐体を定義し、区別する。
- ユークリッド球、楕円体、多面体、正半定値錐などの標準的な凸集合を識別し表現する。
- 交差、アフィン変換、射影関数など凸性を保つ操作を適用し、集合の性質を検証する。
- アフィン関数の点ごとの上限およびベクトル合成則など、凸性を保つ操作を識別し適用する。
- さまざまな関数のラグランジュ共役を導出し、ヤングの不等式を適用する。
- 部分レベル集合および一階・二階微分可能な条件を用いて準凸性を特徴付ける。
- 定式化と変換:スラック変数と制約消去を用いて、原始的な最適化問題を標準的な凸形式に変換する。
レッスン 共 11 课时 · 预计 33.0h
レッスン
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.