Skip to content

Commit eb0445f

Browse files
small change
1 parent b6349d9 commit eb0445f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GSoC2023/aryamanjeendgar/final_report.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Again, consider a general optimization problem *P*, and it's dual *D*:
1919

2020
\begin{alignat*}{3}
2121
& &\quad & \text{\textbf{D}}\\
22-
&\mathop{\text{max}}_{\lambda,\nu}\mathop{\text{min}}_{x}&\quad & g(\lambda,\nu)\\
22+
&\mathop{\text{max}}_{\lambda,\nu}&\quad & g(\lambda,\nu)\\
2323
&\text{subject to}&\quad & \lambda\geq 0
2424
\end{alignat*}
25-
Where, $g(\lambda,\nu)=\left( f_{0}(x)+\sum_{i=1}^{m}\lambda_{i} & f_{i}(x) & +\sum_{i=1}^{p}\nu_{i}h_{i}(x)\right)$
25+
Where, $g(\lambda,\nu)=\mathop{\text{min}}_{x}\left( f_{0}(x)+\sum_{i=1}^{m}\lambda_{i} & f_{i}(x) & +\sum_{i=1}^{p}\nu_{i}h_{i}(x)\right)$
2626
1. *Stationarity of the Lagrangian*,\newline =cvxpy/tests/solver_test_helpers.py:SolverTestHelper::=\newline =check_stationary_lagrangian=
2727
\begin{equation}
2828
\mathbf{0}\in\partial\left( f_{0}(x)+\sum_{i=1}^{m}\lambda_{i} & f_{i}(x) & +\sum_{i=1}^{p}\nu_{i}h_{i}(x)\right)
-9 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)