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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -11
README.md CHANGED
@@ -4,6 +4,8 @@
4
  {}
5
  ---
6
 
 
 
7
  # Dataset Card for Parametric Optimization Problems
8
 
9
  <!-- Provide a quick summary of the dataset. -->
@@ -26,17 +28,7 @@ $$
26
  \end{aligned}
27
  $$
28
 
29
- where \\( \theta \\) is the parameter. In different fields, these parameters go by different names:
30
-
31
- 1. Hyperparameters in machine learning
32
- 2. Risk aversion or other backtesing parameters in financial modelling
33
- 3. Parameterized systems in control theory
34
-
35
- **Key Features:**
36
- - **Parametrized Constraints**: The parameters appear as variables in the `function` part of a constraint, with the constraint `set` field set to `"Parameter"`.
37
- - **Consistent JSON Structure**: This ensures straightforward programmatic parsing, enabling large-scale experimentation with solvers or ML-based proxies.
38
-
39
- - **Curated by:** [Andrew Rosemberg & Contributors]
40
 
41
  ## Usage
42
 
 
4
  {}
5
  ---
6
 
7
+ **Curated by:** [Andrew Rosemberg & Contributors]
8
+
9
  # Dataset Card for Parametric Optimization Problems
10
 
11
  <!-- Provide a quick summary of the dataset. -->
 
28
  \end{aligned}
29
  $$
30
 
31
+ where \\( \theta \\) is the parameter.
 
 
 
 
 
 
 
 
 
 
32
 
33
  ## Usage
34