- categories: Linear algebra, Matrix
KKT System Matrix
The KKT system is a saddle-point system associated with the Lagrangian. It involves solving:
where:
- is the Hessian of the Lagrangian,
- is the Jacobian of the constraints,
- accounts for residuals of equality constraints.
Saddle Point Nature
The KKT matrix does not directly correspond to the minimum of the objective function but represents a saddle point:
- The solution minimizes over .
- The solution maximizes over the multipliers .
This saddle-point structure ensures the constraints are satisfied and the objective function is locally minimized.