Introduction to Convex Optimization - Primal problem to Dual problem
Consider an optimization problem in the standard form (we call this a primal problem): We denote the optimal value of this as $p^\star$. We don’t assume the problem is convex. The Lagrange dual function We define the Lagrangian $L$ associated with the problem as $$ L(x,\lambda, v) = f_0(x) + \sum^m_{i=1}\lambda_if_i(x) + \sum^p_{i=1}v_ih_i(x)$$ We call vectors $\lambda$ and $v$ the dual variables or Lagrange multiplier vectors associated with the problem (1)....