klamike commited on
Commit
79c95c6
·
verified ·
1 Parent(s): 2f0b3ff

Delete data file

Browse files
Files changed (1) hide show
  1. config.toml +0 -56
config.toml DELETED
@@ -1,56 +0,0 @@
1
- export_dir = "/storage/home/hcoda1/3/mklamkin3/qq/proj/OPFGenerator/data/pglearn/2869_pegase-n1"
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.7 # Lower bound of base load factor
11
- u = 1.1 # Upper bound of base load factor
12
- sigma = 0.20 # Relative (multiplicative) noise level.
13
-
14
- [sampler.status]
15
- type = "Nminus1"
16
-
17
- [OPF]
18
-
19
- [OPF.ACOPF]
20
- type = "ACOPF"
21
- solver.name = "Ipopt"
22
- solver.attributes.tol = 1e-6
23
- solver.attributes.linear_solver = "ma27"
24
-
25
- [OPF.DCOPF]
26
- # Formulation/solver options
27
- type = "DCOPF"
28
- solver.name = "HiGHS"
29
-
30
- [OPF.SOCOPF]
31
- type = "SOCOPF"
32
- solver.name = "Clarabel"
33
- # Tight tolerances
34
- solver.attributes.tol_gap_abs = 1e-6
35
- solver.attributes.tol_gap_rel = 1e-6
36
- solver.attributes.tol_feas = 1e-6
37
- solver.attributes.tol_infeas_rel = 1e-6
38
- solver.attributes.tol_ktratio = 1e-6
39
- # Reduced accuracy settings
40
- solver.attributes.reduced_tol_gap_abs = 1e-6
41
- solver.attributes.reduced_tol_gap_rel = 1e-6
42
- solver.attributes.reduced_tol_feas = 1e-6
43
- solver.attributes.reduced_tol_infeas_abs = 1e-6
44
- solver.attributes.reduced_tol_infeas_rel = 1e-6
45
- solver.attributes.reduced_tol_ktratio = 1e-6
46
-
47
- [slurm]
48
- n_samples = 250000
49
- n_jobs = 44
50
- minibatch_size = 32
51
- cpus_per_task = 8
52
- queue = "inferno"
53
- charge_account = "gts-phentenryck3-ai4opt"
54
- sysimage_memory = "128G"
55
- sampler_memory = "8G"
56
- extract_memory = "500G"