klamike commited on
Commit
b9a7f50
·
verified ·
1 Parent(s): 1391c53

Delete data file

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