Update README.md
Browse files
README.md
CHANGED
|
@@ -6,25 +6,25 @@ configs:
|
|
| 6 |
data_files:
|
| 7 |
- split: seed
|
| 8 |
path:
|
| 9 |
-
- "amgm_seed.
|
| 10 |
-
- "cauchy_seed.
|
| 11 |
-
- "misc_seed.
|
| 12 |
- split: type1
|
| 13 |
path:
|
| 14 |
-
- "amgm_type1.
|
| 15 |
-
- "cauchy_type1.
|
| 16 |
-
- "misc_type1.
|
| 17 |
- split: type2
|
| 18 |
path:
|
| 19 |
-
- "amgm_type2.
|
| 20 |
-
- "cauchy_type2.
|
| 21 |
-
- "misc_type2.
|
| 22 |
- split: mix
|
| 23 |
path:
|
| 24 |
-
- "comp2_100.
|
| 25 |
- split: real
|
| 26 |
path:
|
| 27 |
-
- "real.
|
| 28 |
---
|
| 29 |
|
| 30 |
-
The proof of the seed problems can be found at https://github.com/haoyuzhao123/LeanIneqComp
|
|
|
|
| 6 |
data_files:
|
| 7 |
- split: seed
|
| 8 |
path:
|
| 9 |
+
- "amgm_seed.parquet"
|
| 10 |
+
- "cauchy_seed.parquet"
|
| 11 |
+
- "misc_seed.parquet"
|
| 12 |
- split: type1
|
| 13 |
path:
|
| 14 |
+
- "amgm_type1.parquet"
|
| 15 |
+
- "cauchy_type1.parquet"
|
| 16 |
+
- "misc_type1.parquet"
|
| 17 |
- split: type2
|
| 18 |
path:
|
| 19 |
+
- "amgm_type2.parquet"
|
| 20 |
+
- "cauchy_type2.parquet"
|
| 21 |
+
- "misc_type2.parquet"
|
| 22 |
- split: mix
|
| 23 |
path:
|
| 24 |
+
- "comp2_100.parquet"
|
| 25 |
- split: real
|
| 26 |
path:
|
| 27 |
+
- "real.parquet"
|
| 28 |
---
|
| 29 |
|
| 30 |
+
The proof of the seed problems and the evaluation scripts can be found at https://github.com/haoyuzhao123/LeanIneqComp
|