date: 2024-11-11
title: Lagrange Multipliers
status: DONE
author:
- AllenYGY
tags:
- NOTE
- Optimization
publish: True
Lagrange Multipliers
Consider a problem of the following form:
Define the Lagrange multiplier method to solve the problem
In optimization theory, duality means that optimization problems may be viewed from either of two perspectives, the primal problem or the dual problem.
The solution to the dual problem provides a lower bound to the solution of the primal (minimization) problem.
If you have a minimization problem, you can also see it as a maximization problem. And when you find the maximum of this problem, it will be a lower bound to the solution of the minimization problem.
Consider a generalized constrained optimization problem which contains inequality as well as equality constraints.:
Also called primal problem. To solve it, we start by defining the generalized Lagrangian:
Here, the
objective is augmented with weighted sum of constraint functions
Consider the quantity
Hence,
Hence, consider the minimization problem
Now, let’s look at a slightly different problem:
Then, we can have the dual optimization problem:
Let
Now, we can solve the dual problem in lieu of the primal problem:
Under the condition that
KKT conditions are as follows: