klamike commited on
Commit
6d32b84
·
verified ·
1 Parent(s): 96cb339

Delete data file

Browse files
Files changed (1) hide show
  1. config.toml +0 -44
config.toml DELETED
@@ -1,44 +0,0 @@
1
- # Name of the reference PGLib case. Must be a valid PGLib case name.
2
- pglib_case = "pglib_opf_case30_ieee"
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
- [sampler.status]
14
- type = "Nminus1"
15
-
16
- [OPF]
17
-
18
- [OPF.ACOPF]
19
- type = "ACOPF"
20
- solver.name = "Ipopt"
21
- solver.attributes.tol = 1e-6
22
- solver.attributes.linear_solver = "ma27"
23
-
24
- [OPF.DCOPF]
25
- # Formulation/solver options
26
- type = "DCOPF"
27
- solver.name = "HiGHS"
28
-
29
- [OPF.SOCOPF]
30
- type = "SOCOPF"
31
- solver.name = "Clarabel"
32
- # Tight tolerances
33
- solver.attributes.tol_gap_abs = 1e-6
34
- solver.attributes.tol_gap_rel = 1e-6
35
- solver.attributes.tol_feas = 1e-6
36
- solver.attributes.tol_infeas_rel = 1e-6
37
- solver.attributes.tol_ktratio = 1e-6
38
- # Reduced accuracy settings
39
- solver.attributes.reduced_tol_gap_abs = 1e-6
40
- solver.attributes.reduced_tol_gap_rel = 1e-6
41
- solver.attributes.reduced_tol_feas = 1e-6
42
- solver.attributes.reduced_tol_infeas_abs = 1e-6
43
- solver.attributes.reduced_tol_infeas_rel = 1e-6
44
- solver.attributes.reduced_tol_ktratio = 1e-6