Datasets:
Upload folder using huggingface_hub
Browse files- 30_ieee/case.json.gz +3 -0
- 30_ieee/config.toml +42 -0
- 30_ieee/infeasible/ACOPF/dual.h5.gz +3 -0
- 30_ieee/infeasible/ACOPF/meta.h5.gz +3 -0
- 30_ieee/infeasible/ACOPF/primal.h5.gz +3 -0
- 30_ieee/infeasible/DCOPF/dual.h5.gz +3 -0
- 30_ieee/infeasible/DCOPF/meta.h5.gz +3 -0
- 30_ieee/infeasible/DCOPF/primal.h5.gz +3 -0
- 30_ieee/infeasible/SOCOPF/dual.h5.gz +3 -0
- 30_ieee/infeasible/SOCOPF/meta.h5.gz +3 -0
- 30_ieee/infeasible/SOCOPF/primal.h5.gz +3 -0
- 30_ieee/infeasible/input.h5.gz +3 -0
- 30_ieee/test/ACOPF/dual.h5.gz +3 -0
- 30_ieee/test/ACOPF/meta.h5.gz +3 -0
- 30_ieee/test/ACOPF/primal.h5.gz +3 -0
- 30_ieee/test/DCOPF/dual.h5.gz +3 -0
- 30_ieee/test/DCOPF/meta.h5.gz +3 -0
- 30_ieee/test/DCOPF/primal.h5.gz +3 -0
- 30_ieee/test/SOCOPF/dual.h5.gz +3 -0
- 30_ieee/test/SOCOPF/meta.h5.gz +3 -0
- 30_ieee/test/SOCOPF/primal.h5.gz +3 -0
- 30_ieee/test/input.h5.gz +3 -0
- 30_ieee/train/ACOPF/dual.h5.gz +3 -0
- 30_ieee/train/ACOPF/meta.h5.gz +3 -0
- 30_ieee/train/ACOPF/primal.h5.gz +3 -0
- 30_ieee/train/DCOPF/dual.h5.gz +3 -0
- 30_ieee/train/DCOPF/meta.h5.gz +3 -0
- 30_ieee/train/DCOPF/primal.h5.gz +3 -0
- 30_ieee/train/SOCOPF/dual.h5.gz +3 -0
- 30_ieee/train/SOCOPF/meta.h5.gz +3 -0
- 30_ieee/train/SOCOPF/primal.h5.gz +3 -0
- 30_ieee/train/input.h5.gz +3 -0
30_ieee/case.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a5cfe648107afe7c828ce79f1b4ab63eb1c003c4944edb9fda649caf11643f3
|
3 |
+
size 24607
|
30_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_case30_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
|
30_ieee/infeasible/ACOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a20d2fa0d46e3451c37cb7cce519ed9952395c80a6b6949958d4c2623167061
|
3 |
+
size 16104833
|
30_ieee/infeasible/ACOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41b35a969d1fc60b6fca78bc0025ae2b721d8f057f2f4e1f7450f2bd0d41c85e
|
3 |
+
size 305417
|
30_ieee/infeasible/ACOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd85dfaff522a015d426c4db84f897d093030ea6362a8c035e5efd802b5d2d20
|
3 |
+
size 7012506
|
30_ieee/infeasible/DCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:742bbb3b87005897ac2650ddf392dcfdfff8b71dccafea8c9a8f42f4addafbc4
|
3 |
+
size 31479
|
30_ieee/infeasible/DCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:371e7a6daf3703a6ae924b1500b05e721e0d4df537899dabb2295de7be7e7cc7
|
3 |
+
size 294761
|
30_ieee/infeasible/DCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4214f0dd2356d579f448725f9b9ce843164a28bcfe816c8b1af36ffbf16917f5
|
3 |
+
size 2069954
|
30_ieee/infeasible/SOCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:821e0e847c287c6eefb463bd8b59ac2930468e5f5842f188456711388b79b6ec
|
3 |
+
size 29350552
|
30_ieee/infeasible/SOCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70fa8b4e8ac7b9d4674dd1904f056f7baeb1e9e12e561586261e30f62027987c
|
3 |
+
size 305823
|
30_ieee/infeasible/SOCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b24c5ab627b6d53dbb6430838ed6f2cde8bde430187ec2b7ff7e9daa31e1206
|
3 |
+
size 8794792
|
30_ieee/infeasible/input.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21eac5bd4e5d6e7f3521ad245ff9ff8c4ee6b88ef807282be54249c7da84598c
|
3 |
+
size 1332072
|
30_ieee/test/ACOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c0b604935cff6259b80f7a84eb099c5d20adf75ac8a08ff7c4037cba6033fef
|
3 |
+
size 362998625
|
30_ieee/test/ACOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0d9317c3f2feee85bbab506e43c0d285cdd62fb94390db0f776053c32273acd
|
3 |
+
size 6581081
|
30_ieee/test/ACOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6729ca18d1a74037f5ad5d4e7e45df2b1cd0386bb60e1258db3df7f36e78b951
|
3 |
+
size 160756014
|
30_ieee/test/DCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b4e1c42a0ce9afd64e8b1e53041a08571ebcfd86fe27d356fc92ac790bc483d
|
3 |
+
size 790004
|
30_ieee/test/DCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90b0ba6241ea677ee96040780e01477e7b4e13b1c35def3fbe7b6af7b86df68b
|
3 |
+
size 6414138
|
30_ieee/test/DCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0c4a22e99ef94ece449b4c97a405b5a4e1ab73f7d194e98da6142df482fcc4a
|
3 |
+
size 48556675
|
30_ieee/test/SOCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85bf1655493e196f4246996c6c8bbaac28891e2b9f22f348138c72ef1be57d24
|
3 |
+
size 680100143
|
30_ieee/test/SOCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8aef930d908dea72b2f4760b1c3be56b86411d8d9fe3fd6ddce4770da8bcec20
|
3 |
+
size 6707765
|
30_ieee/test/SOCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b53f6a531cd699c7a32af8d0845c288d0fc37702ddd0c316713c6ad8742f95ef
|
3 |
+
size 203099700
|
30_ieee/test/input.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27b0c1470087208f9a64100c49067f9ccfde51b72b4dca439a7e3cea3e10fb8d
|
3 |
+
size 30419876
|
30_ieee/train/ACOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36343cd39369cdf5818c79cc0b108b03df3afb8ac70c99efa958721bdef9f615
|
3 |
+
size 1451936678
|
30_ieee/train/ACOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23939bc1dbd0a77cf468b08edc12a9106a6a057437cb7bb857e74291e285a846
|
3 |
+
size 26231099
|
30_ieee/train/ACOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02760f34aabc5ad31cb2730ea06b54ce2232a83797ad804951bf847ba07a4862
|
3 |
+
size 643004394
|
30_ieee/train/DCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3e694b637fefd17f9b37f3797f3bfefeb36e3061a0942994eeca771e4042667
|
3 |
+
size 3152305
|
30_ieee/train/DCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bce2691ec145f309de7161ec3c8263adb6a306972addfb6d27429c062ca3ff93
|
3 |
+
size 25566500
|
30_ieee/train/DCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:822b050c20c33f2902f7c9be600a0de9027e9d7547ad8abd7fec8ac407739e3d
|
3 |
+
size 194224103
|
30_ieee/train/SOCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26f9f9a516c1f4b3854c55b61c85042e30d6d44e4a4ccf73cbf1f51dc3ba10b3
|
3 |
+
size 2720348366
|
30_ieee/train/SOCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec05756056ce5b55567a287e71336d9ba6b3e9f5daa2792878a90cb645bb6c92
|
3 |
+
size 26740969
|
30_ieee/train/SOCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f3130292a293755106a92ff2e128794741f7cc78e4bf843d9290844896e4aab
|
3 |
+
size 812385172
|
30_ieee/train/input.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2d255f7e7815294e174a03beabc7b594ca2681ce9ed313849fc47a0a1c55d5d
|
3 |
+
size 121652540
|