andrewrosemberg commited on
Commit
ef5fb53
·
verified ·
1 Parent(s): 113e8ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
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
- ```math
22
  \begin{aligned}
23
- &{\underset {x}{\operatorname {minimize} }}&&f(x; \theta)\\&\operatorname {subject\;to} &&g_{i}(x; \theta)\leq 0,\quad i=1,\dots ,m\\&&&A(\theta) x = b(\theta)
 
 
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