Lagrange Function

Creator
Creator
Seonglae Cho
Created
Created
2023 Apr 11 2:26
Editor
Edited
Edited
2024 May 2 12:43

Lagrangian

L(x,λ)=f(x)+λg(x)L(x, λ) = f(x) + λg(x)
f(x) is
Objective function
, g(x)는
Optimization Constraint
. λ는 Lagrange multiplier and general version is
L(w,α,β)=f(w)+Σi=1kαigi(w)+Σi=1kβihi(w)L(w, \alpha,\beta) = f(w) + \Sigma_{i=1}^k \alpha_ig_i(w) + \Sigma_{i=1}^k\beta_ih_i(w)
and then take derivative to this function by ww
We might derivate Lagrange function and find w which minimize
Check this is not max and min. not argmax
Lagrange function Notion
 
 
 
 
 
 
 

Recommendations