Datasets:
Delete data file
Browse files- config.toml +0 -53
config.toml
DELETED
@@ -1,53 +0,0 @@
|
|
1 |
-
# Name of the reference PGLib case. Must be a valid PGLib case name.
|
2 |
-
pglib_case = "pglib_opf_case118_ieee"
|
3 |
-
# Directory where instance/solution files are exported
|
4 |
-
# must be a valid directory
|
5 |
-
export_dir = "/storage/home/hcoda1/0/mtanneau3/Git/OPFGenerator/data/scratch/118_ieee"
|
6 |
-
floating_point_type = "Float32"
|
7 |
-
|
8 |
-
[slurm]
|
9 |
-
n_samples = 1000000
|
10 |
-
n_jobs = 42
|
11 |
-
minibatch_size = 256
|
12 |
-
queue = "embers"
|
13 |
-
charge_account = "gts-mtanneau3"
|
14 |
-
extract_memory = "256gb"
|
15 |
-
|
16 |
-
[sampler]
|
17 |
-
# data sampler options
|
18 |
-
[sampler.load]
|
19 |
-
noise_type = "ScaledUniform"
|
20 |
-
l = 0.80 # Lower bound of base load factor
|
21 |
-
u = 1.20 # Upper bound of base load factor
|
22 |
-
sigma = 0.20 # Relative (multiplicative) noise level.
|
23 |
-
|
24 |
-
|
25 |
-
[OPF]
|
26 |
-
|
27 |
-
[OPF.ACOPF]
|
28 |
-
type = "ACOPF"
|
29 |
-
solver.name = "Ipopt"
|
30 |
-
solver.attributes.tol = 1e-6
|
31 |
-
solver.attributes.linear_solver = "ma27"
|
32 |
-
|
33 |
-
[OPF.DCOPF]
|
34 |
-
# Formulation/solver options
|
35 |
-
type = "DCOPF"
|
36 |
-
solver.name = "HiGHS"
|
37 |
-
|
38 |
-
[OPF.SOCOPF]
|
39 |
-
type = "SOCOPF"
|
40 |
-
solver.name = "Clarabel"
|
41 |
-
# Tight tolerances
|
42 |
-
solver.attributes.tol_gap_abs = 1e-6
|
43 |
-
solver.attributes.tol_gap_rel = 1e-6
|
44 |
-
solver.attributes.tol_feas = 1e-6
|
45 |
-
solver.attributes.tol_infeas_rel = 1e-6
|
46 |
-
solver.attributes.tol_ktratio = 1e-6
|
47 |
-
# Reduced accuracy settings
|
48 |
-
solver.attributes.reduced_tol_gap_abs = 1e-6
|
49 |
-
solver.attributes.reduced_tol_gap_rel = 1e-6
|
50 |
-
solver.attributes.reduced_tol_feas = 1e-6
|
51 |
-
solver.attributes.reduced_tol_infeas_abs = 1e-6
|
52 |
-
solver.attributes.reduced_tol_infeas_rel = 1e-6
|
53 |
-
solver.attributes.reduced_tol_ktratio = 1e-6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|