Update README.md
Browse files
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.
|
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 |
|