Datasets:
Delete data file
Browse files- config.toml +0 -42
config.toml
DELETED
@@ -1,42 +0,0 @@
|
|
1 |
-
# Name of the reference PGLib case. Must be a valid PGLib case name.
|
2 |
-
pglib_case = "pglib_opf_case13659_pegase"
|
3 |
-
floating_point_type = "Float32"
|
4 |
-
|
5 |
-
[sampler]
|
6 |
-
# data sampler options
|
7 |
-
[sampler.load]
|
8 |
-
noise_type = "ScaledUniform"
|
9 |
-
l = 0.6 # Lower bound of base load factor
|
10 |
-
u = 1.0 # Upper bound of base load factor
|
11 |
-
sigma = 0.20 # Relative (multiplicative) noise level.
|
12 |
-
|
13 |
-
|
14 |
-
[OPF]
|
15 |
-
|
16 |
-
[OPF.ACOPF]
|
17 |
-
type = "ACOPF"
|
18 |
-
solver.name = "Ipopt"
|
19 |
-
solver.attributes.tol = 1e-6
|
20 |
-
solver.attributes.linear_solver = "ma27"
|
21 |
-
|
22 |
-
[OPF.DCOPF]
|
23 |
-
# Formulation/solver options
|
24 |
-
type = "DCOPF"
|
25 |
-
solver.name = "HiGHS"
|
26 |
-
|
27 |
-
[OPF.SOCOPF]
|
28 |
-
type = "SOCOPF"
|
29 |
-
solver.name = "Clarabel"
|
30 |
-
# Tight tolerances
|
31 |
-
solver.attributes.tol_gap_abs = 1e-6
|
32 |
-
solver.attributes.tol_gap_rel = 1e-6
|
33 |
-
solver.attributes.tol_feas = 1e-6
|
34 |
-
solver.attributes.tol_infeas_rel = 1e-6
|
35 |
-
solver.attributes.tol_ktratio = 1e-6
|
36 |
-
# Reduced accuracy settings
|
37 |
-
solver.attributes.reduced_tol_gap_abs = 1e-6
|
38 |
-
solver.attributes.reduced_tol_gap_rel = 1e-6
|
39 |
-
solver.attributes.reduced_tol_feas = 1e-6
|
40 |
-
solver.attributes.reduced_tol_infeas_abs = 1e-6
|
41 |
-
solver.attributes.reduced_tol_infeas_rel = 1e-6
|
42 |
-
solver.attributes.reduced_tol_ktratio = 1e-6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|