Datasets:
Upload folder using huggingface_hub
Browse files- 57_ieee/case.json.gz +3 -0
- 57_ieee/config.toml +42 -0
- 57_ieee/infeasible/ACOPF/dual.h5.gz +3 -0
- 57_ieee/infeasible/ACOPF/meta.h5.gz +3 -0
- 57_ieee/infeasible/ACOPF/primal.h5.gz +3 -0
- 57_ieee/infeasible/DCOPF/dual.h5.gz +3 -0
- 57_ieee/infeasible/DCOPF/meta.h5.gz +3 -0
- 57_ieee/infeasible/DCOPF/primal.h5.gz +3 -0
- 57_ieee/infeasible/SOCOPF/dual.h5.gz +3 -0
- 57_ieee/infeasible/SOCOPF/meta.h5.gz +3 -0
- 57_ieee/infeasible/SOCOPF/primal.h5.gz +3 -0
- 57_ieee/infeasible/input.h5.gz +3 -0
- 57_ieee/test/ACOPF/dual.h5.gz +3 -0
- 57_ieee/test/ACOPF/meta.h5.gz +3 -0
- 57_ieee/test/ACOPF/primal.h5.gz +3 -0
- 57_ieee/test/DCOPF/dual.h5.gz +3 -0
- 57_ieee/test/DCOPF/meta.h5.gz +3 -0
- 57_ieee/test/DCOPF/primal.h5.gz +3 -0
- 57_ieee/test/SOCOPF/dual.h5.gz +3 -0
- 57_ieee/test/SOCOPF/meta.h5.gz +3 -0
- 57_ieee/test/SOCOPF/primal.h5.gz +3 -0
- 57_ieee/test/input.h5.gz +3 -0
- 57_ieee/train/ACOPF/dual.h5.gz +3 -0
- 57_ieee/train/ACOPF/meta.h5.gz +3 -0
- 57_ieee/train/ACOPF/primal.h5.gz +3 -0
- 57_ieee/train/DCOPF/dual.h5.gz +3 -0
- 57_ieee/train/DCOPF/meta.h5.gz +3 -0
- 57_ieee/train/DCOPF/primal.h5.gz +3 -0
- 57_ieee/train/SOCOPF/dual.h5.gz +3 -0
- 57_ieee/train/SOCOPF/meta.h5.gz +3 -0
- 57_ieee/train/SOCOPF/primal.h5.gz +3 -0
- 57_ieee/train/input.h5.gz +3 -0
57_ieee/case.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc1b66cdfd9ca49cc1cade5cde77d99f86090e8c2187b32645b546fbc53c8deb
|
3 |
+
size 45711
|
57_ieee/config.toml
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Name of the reference PGLib case. Must be a valid PGLib case name.
|
2 |
+
pglib_case = "pglib_opf_case57_ieee"
|
3 |
+
floating_point_type = "Float32"
|
4 |
+
|
5 |
+
[sampler]
|
6 |
+
# data sampler options
|
7 |
+
[sampler.load]
|
8 |
+
noise_type = "ScaledUniform" # Only "ScaledLogNormal" is supported at the moment
|
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 |
+
|
14 |
+
[OPF]
|
15 |
+
|
16 |
+
[OPF.ACOPF]
|
17 |
+
type = "ACOPF"
|
18 |
+
solver.name = "Ipopt"
|
19 |
+
solver.attributes.tol = 1e-6
|
20 |
+
solver.attributes.linear_solver = "ma27"
|
21 |
+
|
22 |
+
[OPF.DCOPF]
|
23 |
+
# Formulation/solver options
|
24 |
+
type = "DCOPF"
|
25 |
+
solver.name = "HiGHS"
|
26 |
+
|
27 |
+
[OPF.SOCOPF]
|
28 |
+
type = "SOCOPF"
|
29 |
+
solver.name = "Clarabel"
|
30 |
+
# Tight tolerances
|
31 |
+
solver.attributes.tol_gap_abs = 1e-6
|
32 |
+
solver.attributes.tol_gap_rel = 1e-6
|
33 |
+
solver.attributes.tol_feas = 1e-6
|
34 |
+
solver.attributes.tol_infeas_rel = 1e-6
|
35 |
+
solver.attributes.tol_ktratio = 1e-6
|
36 |
+
# Reduced accuracy settings
|
37 |
+
solver.attributes.reduced_tol_gap_abs = 1e-6
|
38 |
+
solver.attributes.reduced_tol_gap_rel = 1e-6
|
39 |
+
solver.attributes.reduced_tol_feas = 1e-6
|
40 |
+
solver.attributes.reduced_tol_infeas_abs = 1e-6
|
41 |
+
solver.attributes.reduced_tol_infeas_rel = 1e-6
|
42 |
+
solver.attributes.reduced_tol_ktratio = 1e-6
|
57_ieee/infeasible/ACOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa1c87013af5a22204d65c3819fb65e797c3b1d187723254a34904953b71338d
|
3 |
+
size 538865
|
57_ieee/infeasible/ACOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac19bbd45af48a90dd0dedf7873a033e71752a39c058c745611029c7120ffb46
|
3 |
+
size 6727
|
57_ieee/infeasible/ACOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61d2b12e5f23c972c135aa284c450b58e3d3948b91d05d8703e7d9d61dcc5585
|
3 |
+
size 222187
|
57_ieee/infeasible/DCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68a0071afdc606177d742776851a71b0fd96cded1b11f013a8272ac5bd21c468
|
3 |
+
size 4070
|
57_ieee/infeasible/DCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7501aac44846928b6c95b8f054d924c72027093edbb7d49f3d2b2e969b16ec2
|
3 |
+
size 5965
|
57_ieee/infeasible/DCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0191338636aa318768ec61f5e417ceb902f873403a7286be366793405af3b6a
|
3 |
+
size 69969
|
57_ieee/infeasible/SOCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf1754c42a6745f227cce3543e96e46f16cd0da9e2589158a84b73ae717e2614
|
3 |
+
size 935676
|
57_ieee/infeasible/SOCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d5f755007ca1604aac304d99a09bbd58a0575ebc10ec3be74c10641f164cbb3
|
3 |
+
size 6630
|
57_ieee/infeasible/SOCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0eb6aacb4693788acf62588155adcb3b5c8753645cb18bca5fa59778c07e70a2
|
3 |
+
size 274549
|
57_ieee/infeasible/input.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f9b1ebe78f228b0cdcf03c9f37eb9deb422a4c56e617e98d78741c9b951d59e
|
3 |
+
size 43769
|
57_ieee/test/ACOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f9619792d3afb677222ffb714c9a41b3b1a2c1301dc0650026d2ec1be6bedf4
|
3 |
+
size 725154412
|
57_ieee/test/ACOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac5c90a02ec96cfd86814f9fc3f4c16dce070da8952e1664470fbd4e44e0f092
|
3 |
+
size 6677088
|
57_ieee/test/ACOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abc3d7bc8aaa4fbc6ec7c6c7a9fa1f1d4a00a623f49378002ab0859284d37a06
|
3 |
+
size 319029219
|
57_ieee/test/DCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d630bdcf0706812e9bc65f2dfa94f48a7e617d901f8313dd4dcfe2d25ddd325
|
3 |
+
size 1456126
|
57_ieee/test/DCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6777339097611b62f65b99f0305d5eca31ec69a09e0ef63bfd1a6bf1f4225475
|
3 |
+
size 6499391
|
57_ieee/test/DCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c36543be1efedd30fe2b2c1a008b4d184fe7955c02ebbe7e9b7ad926729b585
|
3 |
+
size 99521518
|
57_ieee/test/SOCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f56512171ffa11afc8538f9ffd4501a38384ef653105f830b71467801274451e
|
3 |
+
size 1340764453
|
57_ieee/test/SOCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bd4bc743feb9fab6b0baa3012538da7cead946871a3f56983f057760c307c22
|
3 |
+
size 6809607
|
57_ieee/test/SOCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3c3d32694d3d8be62c74257f65b4552c3c53262906b9b66e11963f5f01e7d25
|
3 |
+
size 392701362
|
57_ieee/test/input.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfaf307765f74b075c5f49681a9a0c5f3c76ec9cae7c47410c5c140fed9b3e89
|
3 |
+
size 61285774
|
57_ieee/train/ACOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cbdc4fbab55134052a7804b13b2e8ad117b49b1683097df014a765fb74a701a
|
3 |
+
size 2900618218
|
57_ieee/train/ACOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53f3380c8fb092745a2f083171b61942399b6ad9833b622522b143423c33e9b5
|
3 |
+
size 26624315
|
57_ieee/train/ACOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d54c27b457ac87b2bb90489cbd6368ebc4f8f2688a2a7a6ce926a720991300c
|
3 |
+
size 1276098780
|
57_ieee/train/DCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27e8e8cede73314c7cdf112709d21335613e3d18be38a37a9b20d18b51eb7600
|
3 |
+
size 5838465
|
57_ieee/train/DCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10856cf905158a2ff6d2483b350b598cc6dad51264ea025f168d8858536c9745
|
3 |
+
size 25895349
|
57_ieee/train/DCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eec9236f4f89377465f25553f8445e64987920e86bd8993edfbe473b7c133b8d
|
3 |
+
size 398080934
|
57_ieee/train/SOCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a7c6bbbe3c4967e5ea008c814571d3952042c64bfb7c991a39c2c82c84c073e
|
3 |
+
size 5363061271
|
57_ieee/train/SOCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d4815a458694788d116741fe8a4ca8a74c48adcfade5671f02aad0b491c5662
|
3 |
+
size 27115836
|
57_ieee/train/SOCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a550c5b9bcee9ad21fe4933097b3d89284babeff2d0e826d4e6ee69d3d4bee0
|
3 |
+
size 1570791098
|
57_ieee/train/input.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dabe81e8d89bc8d4fa258627b62588ab4b48af411197cdc709fa8ddd592e514b
|
3 |
+
size 245113126
|