2026-08-28·by Sijie Wang#node#idea#math

kkt

KKT 条件

父级:math · 前置:lagrangian

约束优化问题最优解 x* 的必要条件,写在 lagrangian L(x,λ,μ) 之上。

KKT

在最优点 x*(满足某个约束规范条件)处:

  • 平稳性xL=0\nabla_x L=0(目标函数的梯度被活跃约束的贡献抵消);
  • 原始可行性hᵢ=0gⱼ≤0
  • 对偶可行性μⱼ≥0
  • 互补松弛性μⱼgⱼ=0:每个不等式约束要么gⱼ=0),要么不起作用μⱼ=0)。

问题,KKT 条件同时也是充分的(满足 KKT 条件的点即为全局最优点)。我们在 Holmström 的推导里正是用到了这一点。

完整的端到端算例(情形划分 + 影子价格 + 对偶):kkt-worked-example

about this entry

One of sijie's wiki entries. The AI on this site is grounded in the same corpus and answers in sijie's voice, with citations back to entries like this one — answering costs sijie money, so it waits behind a code: enter an access code →

kkt