Datasets:
Upload folder using huggingface_hub
Browse files- 89_pegase/case.json.gz +3 -0
- 89_pegase/config.toml +42 -0
- 89_pegase/infeasible/ACOPF/dual.h5.gz +3 -0
- 89_pegase/infeasible/ACOPF/meta.h5.gz +3 -0
- 89_pegase/infeasible/ACOPF/primal.h5.gz +3 -0
- 89_pegase/infeasible/DCOPF/dual.h5.gz +3 -0
- 89_pegase/infeasible/DCOPF/meta.h5.gz +3 -0
- 89_pegase/infeasible/DCOPF/primal.h5.gz +3 -0
- 89_pegase/infeasible/SOCOPF/dual.h5.gz +3 -0
- 89_pegase/infeasible/SOCOPF/meta.h5.gz +3 -0
- 89_pegase/infeasible/SOCOPF/primal.h5.gz +3 -0
- 89_pegase/infeasible/input.h5.gz +3 -0
- 89_pegase/test/ACOPF/dual.h5.gz +3 -0
- 89_pegase/test/ACOPF/meta.h5.gz +3 -0
- 89_pegase/test/ACOPF/primal.h5.gz +3 -0
- 89_pegase/test/DCOPF/dual.h5.gz +3 -0
- 89_pegase/test/DCOPF/meta.h5.gz +3 -0
- 89_pegase/test/DCOPF/primal.h5.gz +3 -0
- 89_pegase/test/SOCOPF/dual.h5.gz +3 -0
- 89_pegase/test/SOCOPF/meta.h5.gz +3 -0
- 89_pegase/test/SOCOPF/primal.h5.gz +3 -0
- 89_pegase/test/input.h5.gz +3 -0
- 89_pegase/train/ACOPF/dual.h5.gz +3 -0
- 89_pegase/train/ACOPF/meta.h5.gz +3 -0
- 89_pegase/train/ACOPF/primal.h5.gz +3 -0
- 89_pegase/train/DCOPF/dual.h5.gz +3 -0
- 89_pegase/train/DCOPF/meta.h5.gz +3 -0
- 89_pegase/train/DCOPF/primal.h5.gz +3 -0
- 89_pegase/train/SOCOPF/dual.h5.gz +3 -0
- 89_pegase/train/SOCOPF/meta.h5.gz +3 -0
- 89_pegase/train/SOCOPF/primal.h5.gz +3 -0
- 89_pegase/train/input.h5.gz +3 -0
89_pegase/case.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a8280411114ed80e19642d89a61a70bb248a75c9c62fd15e70141b3db6ed0fd
|
3 |
+
size 109656
|
89_pegase/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_case89_pegase"
|
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
|
89_pegase/infeasible/ACOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82142ff02f74b99d17d59ccb47fe9e49450607c1f930fe6cfd1f1e13348ccf69
|
3 |
+
size 1159221440
|
89_pegase/infeasible/ACOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a96f24d837cec7724de3aa6559d42d20e563959e0fd6af0943235c5e2989362f
|
3 |
+
size 4115998
|
89_pegase/infeasible/ACOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23cd53551870f0b0d3c7ae0721b3d9ddd670a55092bd7e291bdf2e871a1e63bc
|
3 |
+
size 456800247
|
89_pegase/infeasible/DCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b78010d3d3383fa3f8de25325f0b8e200f9d2cabd5ad8707d8905f2f67e35fb0
|
3 |
+
size 8557562
|
89_pegase/infeasible/DCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79e2c684281a244787c9e266ae24634c826e1d2528cf407aaa602509dd5cedda
|
3 |
+
size 3313593
|
89_pegase/infeasible/DCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe43d5f9b9960aa2b6c435d1d9ec0b25b1f1ee627da2b03d17196cac4734f9d7
|
3 |
+
size 10930864
|
89_pegase/infeasible/SOCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6dc9dd4e6b4ac52f9c7a9d111a4cbcb7921e4e8873001255fb8272f1d6c09af
|
3 |
+
size 2110230394
|
89_pegase/infeasible/SOCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2f570eaaee06b31aee528254590a4bcd80ad6e55fa6a12f38803ec965a29c9e
|
3 |
+
size 3837588
|
89_pegase/infeasible/SOCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d559a5d66ce6b37f1bb44a3dd499494ba7930ea3906173f51f67ef3810141264
|
3 |
+
size 51945166
|
89_pegase/infeasible/input.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbf436dc8df5f70f298ef15562e963b121f384ae0183602a362ea37c12fc5bf1
|
3 |
+
size 30794460
|
89_pegase/test/ACOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb5d5f214f6dec9e4a7dc0e30d163eb12d174e865f491e4749760da7fbf1257d
|
3 |
+
size 1477772026
|
89_pegase/test/ACOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6e17d7fba41c4eccca84c2dbdb9d414a0d4e23726c55d4d78848e946f873db0
|
3 |
+
size 5932054
|
89_pegase/test/ACOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd898c642622a023371507aac4600d58d2f897d14f2e1cd46e1b494b57e35449
|
3 |
+
size 669938071
|
89_pegase/test/DCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29537aef6a787c8e98f3edcb701011caa753f204103b55788c899fb8c72e43a2
|
3 |
+
size 10260830
|
89_pegase/test/DCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08d3494b71788eaeb4dbb258b0e525ce96c59dbe3d807868b7ba923de8876594
|
3 |
+
size 5728701
|
89_pegase/test/DCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad01204d0d74cafa9656e6e202b6cf169ab55bd8b1618591e1bdea97c3f14d07
|
3 |
+
size 189842201
|
89_pegase/test/SOCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bad81dcc4868e6fd062a6ed98e335b3829815f8b18ea890bc6f63f437741524
|
3 |
+
size 2901491086
|
89_pegase/test/SOCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c157db543746e2201ed75433d957a30915e4c1f8116cddbf369593afdc83b502
|
3 |
+
size 5966333
|
89_pegase/test/SOCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23e5f0ccd0131e344a09d52f12b2621ff556d9c7e93285fb0195cc13b0f37003
|
3 |
+
size 876099927
|
89_pegase/test/input.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0987343c93957560410acfe182d7556430c8c367b047337b9436e7133b8a974
|
3 |
+
size 45725305
|
89_pegase/train/ACOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b733fd076ecda7be67593433b8b23805455393830fb28928eae3270ebe63f28
|
3 |
+
size 5910998436
|
89_pegase/train/ACOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d1d6d1c1b615544e92759ad1e8abac631953aa24fdc2259f8eecacd49dfbf28
|
3 |
+
size 23663752
|
89_pegase/train/ACOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce9e15722b2f7d845b26db79e152e5414433f7862732a27123040ca550682f6d
|
3 |
+
size 2679740981
|
89_pegase/train/DCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a8367e9f83ebb9f262f1ce32f36dd2c57f720cf2cf8e98cbeeb066dc5aa0919
|
3 |
+
size 40982747
|
89_pegase/train/DCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d14bbfbe4975436de535fe3784174adac415361fe12788a24c02314e8f12d7ce
|
3 |
+
size 22835890
|
89_pegase/train/DCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c12e8eb8a9a21cb6106b4df42dd3e465943be0d1ca9bc88a872d5f4af3a2069
|
3 |
+
size 759351082
|
89_pegase/train/SOCOPF/dual.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb8e1e8cd4e134d64a37f7c067a79060ff90d37935f530d6a22701c821106b65
|
3 |
+
size 11605891425
|
89_pegase/train/SOCOPF/meta.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6750d5f86a8c9ba5dba1bbfd4c3f8466a03824b52fce37773656e6992d69f88
|
3 |
+
size 23796231
|
89_pegase/train/SOCOPF/primal.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20e2626d21d9c93c40565bbbc5958d6721e0942930e96f41a8d4ad0597d56f1a
|
3 |
+
size 3504373882
|
89_pegase/train/input.h5.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e6581bd2fd435409aff98375977b7461d846b081748b1d76fe9ff327adcdd17
|
3 |
+
size 182878048
|