Update README.md
Browse files
README.md
CHANGED
@@ -18,11 +18,13 @@ Parametric optimization problems arise in scenarios where certain elements (e.g.
|
|
18 |
|
19 |
A general form of a parameterized convex optimization problem is
|
20 |
|
21 |
-
|
22 |
\begin{aligned}
|
23 |
-
|
|
|
|
|
24 |
\end{aligned}
|
25 |
-
|
26 |
|
27 |
where \\( \theta \\) is the parameter. In different fields, these parameters go by different names:
|
28 |
|
|
|
18 |
|
19 |
A general form of a parameterized convex optimization problem is
|
20 |
|
21 |
+
$$
|
22 |
\begin{aligned}
|
23 |
+
&\min_{x} \quad f(x; \theta) \\
|
24 |
+
&\text{subject to} \quad g_i(x; \theta) \leq 0, \quad i = 1,\dots, m \\
|
25 |
+
&\quad\quad\quad\quad A(\theta)x = b(\theta)
|
26 |
\end{aligned}
|
27 |
+
$$
|
28 |
|
29 |
where \\( \theta \\) is the parameter. In different fields, these parameters go by different names:
|
30 |
|