| |
| pglib_case = "pglib_opf_case89_pegase" |
| floating_point_type = "Float32" |
|
|
| [sampler] |
| |
| [sampler.load] |
| noise_type = "ScaledUniform" |
| l = 0.6 |
| u = 1.0 |
| sigma = 0.20 |
|
|
|
|
| [OPF] |
|
|
| [OPF.ACOPF] |
| type = "ACOPF" |
| solver.name = "Ipopt" |
| solver.attributes.tol = 1e-6 |
| solver.attributes.linear_solver = "ma27" |
|
|
| [OPF.DCOPF] |
| |
| type = "DCOPF" |
| solver.name = "HiGHS" |
|
|
| [OPF.SOCOPF] |
| type = "SOCOPF" |
| solver.name = "Clarabel" |
| |
| solver.attributes.tol_gap_abs = 1e-6 |
| solver.attributes.tol_gap_rel = 1e-6 |
| solver.attributes.tol_feas = 1e-6 |
| solver.attributes.tol_infeas_rel = 1e-6 |
| solver.attributes.tol_ktratio = 1e-6 |
| |
| solver.attributes.reduced_tol_gap_abs = 1e-6 |
| solver.attributes.reduced_tol_gap_rel = 1e-6 |
| solver.attributes.reduced_tol_feas = 1e-6 |
| solver.attributes.reduced_tol_infeas_abs = 1e-6 |
| solver.attributes.reduced_tol_infeas_rel = 1e-6 |
| solver.attributes.reduced_tol_ktratio = 1e-6 |
|
|