Definition
An interior point optimization technique used to solve constrained optimization problems. Converging and accuracy are faster than Barrier Method
Algorithm
Consider the optimization problem with an inequality constraint
subject to
The KKT Conditions of the problem are the following
- ^[Stationarity]
- ^[Primal feasibility]
- ^[Dual feasibility]
- ^[Complementary slackness]
Interior point methods solve the problem whose complementary slackness condition is relaxed where
Instead of substituting in the stationary condition with like the Barrier Method, Primal-dual interior method directly solve the problem with Newton’s Method
Now, the conditions have to be satisfied are the following
and the problem with inequality become the problem with equality subject to
It can be solved using Newton’s Method