klamike commited on
Commit
96f22cd
·
verified ·
1 Parent(s): 7d00037

Delete data file

Browse files
Files changed (1) hide show
  1. config.toml +0 -54
config.toml DELETED
@@ -1,54 +0,0 @@
1
- export_dir = "data/pglearn/2869_pegase"
2
- # Name of the reference PGLib case. Must be a valid PGLib case name.
3
- pglib_case = "pglib_opf_case2869_pegase"
4
- floating_point_type = "Float32"
5
-
6
- [sampler]
7
- # data sampler options
8
- [sampler.load]
9
- noise_type = "ScaledUniform"
10
- l = 0.6 # Lower bound of base load factor
11
- u = 1.0 # Upper bound of base load factor
12
- sigma = 0.20 # Relative (multiplicative) noise level.
13
-
14
-
15
- [OPF]
16
-
17
- [OPF.ACOPF]
18
- type = "ACOPF"
19
- solver.name = "Ipopt"
20
- solver.attributes.tol = 1e-6
21
- solver.attributes.linear_solver = "ma27"
22
-
23
- [OPF.DCOPF]
24
- # Formulation/solver options
25
- type = "DCOPF"
26
- solver.name = "HiGHS"
27
-
28
- [OPF.SOCOPF]
29
- type = "SOCOPF"
30
- solver.name = "Clarabel"
31
- # Tight tolerances
32
- solver.attributes.tol_gap_abs = 1e-6
33
- solver.attributes.tol_gap_rel = 1e-6
34
- solver.attributes.tol_feas = 1e-6
35
- solver.attributes.tol_infeas_rel = 1e-6
36
- solver.attributes.tol_ktratio = 1e-6
37
- # Reduced accuracy settings
38
- solver.attributes.reduced_tol_gap_abs = 1e-6
39
- solver.attributes.reduced_tol_gap_rel = 1e-6
40
- solver.attributes.reduced_tol_feas = 1e-6
41
- solver.attributes.reduced_tol_infeas_abs = 1e-6
42
- solver.attributes.reduced_tol_infeas_rel = 1e-6
43
- solver.attributes.reduced_tol_ktratio = 1e-6
44
-
45
- [slurm]
46
- n_samples = 500000
47
- n_jobs = 44
48
- minibatch_size = 32
49
- cpus_per_task = 8
50
- queue = "embers"
51
- charge_account = "gts-phentenryck3-ai4opt"
52
- sysimage_memory = "128G"
53
- sampler_memory = "8G"
54
- extract_memory = "500G"