Datasets:
Delete data file
Browse files- config.toml +0 -39
config.toml
DELETED
|
@@ -1,39 +0,0 @@
|
|
| 1 |
-
# Name of the reference PGLib case. Must be a valid PGLib case name.
|
| 2 |
-
case_file = "Midwest24k_20220923_case.json"
|
| 3 |
-
floating_point_type = "Float32"
|
| 4 |
-
|
| 5 |
-
[sampler]
|
| 6 |
-
type = "TimeSeries"
|
| 7 |
-
h5_path = "midwest24k_demand_2020_10min.h5"
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
[OPF]
|
| 11 |
-
|
| 12 |
-
# ACOPF not yet available for Midwest24k due to numerical errors
|
| 13 |
-
# [OPF.ACOPF]
|
| 14 |
-
# type = "ACOPF"
|
| 15 |
-
# solver.name = "Ipopt"
|
| 16 |
-
# solver.attributes.tol = 1e-6
|
| 17 |
-
# solver.attributes.linear_solver = "ma27"
|
| 18 |
-
|
| 19 |
-
[OPF.DCOPF]
|
| 20 |
-
# Formulation/solver options
|
| 21 |
-
type = "DCOPF"
|
| 22 |
-
solver.name = "HiGHS"
|
| 23 |
-
|
| 24 |
-
[OPF.SOCOPF]
|
| 25 |
-
type = "SOCOPF"
|
| 26 |
-
solver.name = "Clarabel"
|
| 27 |
-
# Tight tolerances
|
| 28 |
-
solver.attributes.tol_gap_abs = 1e-6
|
| 29 |
-
solver.attributes.tol_gap_rel = 1e-6
|
| 30 |
-
solver.attributes.tol_feas = 1e-6
|
| 31 |
-
solver.attributes.tol_infeas_rel = 1e-6
|
| 32 |
-
solver.attributes.tol_ktratio = 1e-6
|
| 33 |
-
# Reduced accuracy settings
|
| 34 |
-
solver.attributes.reduced_tol_gap_abs = 1e-6
|
| 35 |
-
solver.attributes.reduced_tol_gap_rel = 1e-6
|
| 36 |
-
solver.attributes.reduced_tol_feas = 1e-6
|
| 37 |
-
solver.attributes.reduced_tol_infeas_abs = 1e-6
|
| 38 |
-
solver.attributes.reduced_tol_infeas_rel = 1e-6
|
| 39 |
-
solver.attributes.reduced_tol_ktratio = 1e-6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|