Datasets:
Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +4 -0
- PGLearn-Medium-2869_pegase.py +429 -0
- README.md +293 -0
- case.json.gz +3 -0
- config.toml +54 -0
- infeasible/ACOPF/dual.h5.gz +3 -0
- infeasible/ACOPF/meta.h5.gz +3 -0
- infeasible/ACOPF/primal.h5.gz +3 -0
- infeasible/DCOPF/dual.h5.gz +3 -0
- infeasible/DCOPF/meta.h5.gz +3 -0
- infeasible/DCOPF/primal.h5.gz +3 -0
- infeasible/SOCOPF/dual.h5.gz +3 -0
- infeasible/SOCOPF/meta.h5.gz +3 -0
- infeasible/SOCOPF/primal.h5.gz +3 -0
- infeasible/infeasible/ACOPF/dual.h5.gz +3 -0
- infeasible/infeasible/ACOPF/meta.h5.gz +3 -0
- infeasible/infeasible/ACOPF/primal.h5.gz +3 -0
- infeasible/infeasible/DCOPF/dual.h5.gz +3 -0
- infeasible/infeasible/DCOPF/meta.h5.gz +3 -0
- infeasible/infeasible/DCOPF/primal.h5.gz +3 -0
- infeasible/infeasible/SOCOPF/dual.h5.gz +3 -0
- infeasible/infeasible/SOCOPF/meta.h5.gz +3 -0
- infeasible/infeasible/SOCOPF/primal.h5.gz +3 -0
- infeasible/infeasible/input.h5.gz +3 -0
- infeasible/input.h5.gz +3 -0
- test/ACOPF/dual.h5.gz +3 -0
- test/ACOPF/meta.h5.gz +3 -0
- test/ACOPF/primal.h5.gz +3 -0
- test/DCOPF/dual.h5.gz +3 -0
- test/DCOPF/meta.h5.gz +3 -0
- test/DCOPF/primal.h5.gz +3 -0
- test/SOCOPF/dual.h5.gz +3 -0
- test/SOCOPF/meta.h5.gz +3 -0
- test/SOCOPF/primal.h5.gz +3 -0
- test/input.h5.gz +3 -0
- test/test/ACOPF/dual.h5.gz +3 -0
- test/test/ACOPF/meta.h5.gz +3 -0
- test/test/ACOPF/primal.h5.gz +3 -0
- test/test/DCOPF/dual.h5.gz +3 -0
- test/test/DCOPF/meta.h5.gz +3 -0
- test/test/DCOPF/primal.h5.gz +3 -0
- test/test/SOCOPF/.dual.h5.ixwvOB +3 -0
- test/test/input.h5.gz +3 -0
- train/ACOPF/dual.h5.gz +3 -0
- train/ACOPF/meta.h5.gz +3 -0
- train/ACOPF/primal.h5.gz +3 -0
- train/DCOPF/dual.h5.gz +3 -0
- train/DCOPF/meta.h5.gz +3 -0
- train/DCOPF/primal.h5.gz +3 -0
- train/SOCOPF/dual/xaa +3 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
train/SOCOPF/dual/xac filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
test/test/SOCOPF/.dual.h5.ixwvOB filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
train/SOCOPF/dual/xab filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
train/SOCOPF/dual/xaa filter=lfs diff=lfs merge=lfs -text
|
PGLearn-Medium-2869_pegase.py
ADDED
|
@@ -0,0 +1,429 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
from dataclasses import dataclass
|
| 3 |
+
from pathlib import Path
|
| 4 |
+
import json
|
| 5 |
+
import shutil
|
| 6 |
+
|
| 7 |
+
import datasets as hfd
|
| 8 |
+
import h5py
|
| 9 |
+
import pgzip as gzip
|
| 10 |
+
import pyarrow as pa
|
| 11 |
+
|
| 12 |
+
# ┌──────────────┐
|
| 13 |
+
# │ Metadata │
|
| 14 |
+
# └──────────────┘
|
| 15 |
+
|
| 16 |
+
@dataclass
|
| 17 |
+
class CaseSizes:
|
| 18 |
+
n_bus: int
|
| 19 |
+
n_load: int
|
| 20 |
+
n_gen: int
|
| 21 |
+
n_branch: int
|
| 22 |
+
|
| 23 |
+
CASENAME = "2869_pegase"
|
| 24 |
+
SIZES = CaseSizes(n_bus=2869, n_load=1491, n_gen=510, n_branch=4582)
|
| 25 |
+
NUM_TRAIN = 188545
|
| 26 |
+
NUM_TEST = 47137
|
| 27 |
+
NUM_INFEASIBLE = 14322
|
| 28 |
+
SPLITFILES = {
|
| 29 |
+
"train/SOCOPF/dual.h5.gz": ["train/SOCOPF/dual/xaa", "train/SOCOPF/dual/xab", "train/SOCOPF/dual/xac"],
|
| 30 |
+
}
|
| 31 |
+
|
| 32 |
+
URL = "https://huggingface.co/datasets/PGLearn/PGLearn-Medium-2869_pegase"
|
| 33 |
+
DESCRIPTION = """\
|
| 34 |
+
The 2869_pegase PGLearn optimal power flow dataset, part of the PGLearn-Medium collection. \
|
| 35 |
+
"""
|
| 36 |
+
VERSION = hfd.Version("1.0.0")
|
| 37 |
+
DEFAULT_CONFIG_DESCRIPTION="""\
|
| 38 |
+
This configuration contains feasible input, primal solution, and dual solution data \
|
| 39 |
+
for the ACOPF, DCOPF, and SOCOPF formulations on the {case} system. For case data, \
|
| 40 |
+
download the case.json.gz file from the `script` branch of the repository. \
|
| 41 |
+
https://huggingface.co/datasets/PGLearn/PGLearn-Medium-2869_pegase/blob/script/case.json.gz
|
| 42 |
+
"""
|
| 43 |
+
USE_ML4OPF_WARNING = """
|
| 44 |
+
================================================================================================
|
| 45 |
+
Loading PGLearn-Medium-2869_pegase through the `datasets.load_dataset` function may be slow.
|
| 46 |
+
|
| 47 |
+
Consider using ML4OPF to directly convert to `torch.Tensor`; for more info see:
|
| 48 |
+
https://github.com/AI4OPT/ML4OPF?tab=readme-ov-file#manually-loading-data
|
| 49 |
+
|
| 50 |
+
Or, use `huggingface_hub.snapshot_download` and an HDF5 reader; for more info see:
|
| 51 |
+
https://huggingface.co/datasets/PGLearn/PGLearn-Medium-2869_pegase#downloading-individual-files
|
| 52 |
+
================================================================================================
|
| 53 |
+
"""
|
| 54 |
+
CITATION = """\
|
| 55 |
+
@article{klamkinpglearn,
|
| 56 |
+
title={{PGLearn - An Open-Source Learning Toolkit for Optimal Power Flow}},
|
| 57 |
+
author={Klamkin, Michael and Tanneau, Mathieu and Van Hentenryck, Pascal},
|
| 58 |
+
year={2025},
|
| 59 |
+
}\
|
| 60 |
+
"""
|
| 61 |
+
|
| 62 |
+
IS_COMPRESSED = True
|
| 63 |
+
|
| 64 |
+
# ┌──────────────────┐
|
| 65 |
+
# │ Formulations │
|
| 66 |
+
# └──────────────────┘
|
| 67 |
+
|
| 68 |
+
def acopf_features(sizes: CaseSizes, primal: bool, dual: bool, meta: bool):
|
| 69 |
+
features = {}
|
| 70 |
+
if primal: features.update(acopf_primal_features(sizes))
|
| 71 |
+
if dual: features.update(acopf_dual_features(sizes))
|
| 72 |
+
if meta: features.update({f"ACOPF/{k}": v for k, v in META_FEATURES.items()})
|
| 73 |
+
return features
|
| 74 |
+
|
| 75 |
+
def dcopf_features(sizes: CaseSizes, primal: bool, dual: bool, meta: bool):
|
| 76 |
+
features = {}
|
| 77 |
+
if primal: features.update(dcopf_primal_features(sizes))
|
| 78 |
+
if dual: features.update(dcopf_dual_features(sizes))
|
| 79 |
+
if meta: features.update({f"DCOPF/{k}": v for k, v in META_FEATURES.items()})
|
| 80 |
+
return features
|
| 81 |
+
|
| 82 |
+
def socopf_features(sizes: CaseSizes, primal: bool, dual: bool, meta: bool):
|
| 83 |
+
features = {}
|
| 84 |
+
if primal: features.update(socopf_primal_features(sizes))
|
| 85 |
+
if dual: features.update(socopf_dual_features(sizes))
|
| 86 |
+
if meta: features.update({f"SOCOPF/{k}": v for k, v in META_FEATURES.items()})
|
| 87 |
+
return features
|
| 88 |
+
|
| 89 |
+
FORMULATIONS_TO_FEATURES = {
|
| 90 |
+
"ACOPF": acopf_features,
|
| 91 |
+
"DCOPF": dcopf_features,
|
| 92 |
+
"SOCOPF": socopf_features,
|
| 93 |
+
}
|
| 94 |
+
|
| 95 |
+
# ┌───────────────────┐
|
| 96 |
+
# │ BuilderConfig │
|
| 97 |
+
# └───────────────────┘
|
| 98 |
+
|
| 99 |
+
class PGLearnMedium2869_pegaseConfig(hfd.BuilderConfig):
|
| 100 |
+
"""BuilderConfig for PGLearn-Medium-2869_pegase.
|
| 101 |
+
By default, primal solution data, metadata, input, casejson, are included for the train and test splits.
|
| 102 |
+
|
| 103 |
+
To modify the default configuration, pass attributes of this class to `datasets.load_dataset`:
|
| 104 |
+
|
| 105 |
+
Attributes:
|
| 106 |
+
formulations (list[str]): The formulation(s) to include, e.g. ["ACOPF", "DCOPF"]
|
| 107 |
+
primal (bool, optional): Include primal solution data. Defaults to True.
|
| 108 |
+
dual (bool, optional): Include dual solution data. Defaults to False.
|
| 109 |
+
meta (bool, optional): Include metadata. Defaults to True.
|
| 110 |
+
input (bool, optional): Include input data. Defaults to True.
|
| 111 |
+
casejson (bool, optional): Include case.json data. Defaults to True.
|
| 112 |
+
train (bool, optional): Include training samples. Defaults to True.
|
| 113 |
+
test (bool, optional): Include testing samples. Defaults to True.
|
| 114 |
+
infeasible (bool, optional): Include infeasible samples. Defaults to False.
|
| 115 |
+
"""
|
| 116 |
+
def __init__(self,
|
| 117 |
+
formulations: list[str],
|
| 118 |
+
primal: bool=True, dual: bool=False, meta: bool=True, input: bool = True, casejson: bool=True,
|
| 119 |
+
train: bool=True, test: bool=True, infeasible: bool=False,
|
| 120 |
+
compressed: bool=IS_COMPRESSED, **kwargs
|
| 121 |
+
):
|
| 122 |
+
super(PGLearnMedium2869_pegaseConfig, self).__init__(version=VERSION, **kwargs)
|
| 123 |
+
|
| 124 |
+
self.case = CASENAME
|
| 125 |
+
self.formulations = formulations
|
| 126 |
+
|
| 127 |
+
self.primal = primal
|
| 128 |
+
self.dual = dual
|
| 129 |
+
self.meta = meta
|
| 130 |
+
self.input = input
|
| 131 |
+
self.casejson = casejson
|
| 132 |
+
|
| 133 |
+
self.train = train
|
| 134 |
+
self.test = test
|
| 135 |
+
self.infeasible = infeasible
|
| 136 |
+
|
| 137 |
+
self.gz_ext = ".gz" if compressed else ""
|
| 138 |
+
|
| 139 |
+
@property
|
| 140 |
+
def size(self):
|
| 141 |
+
return SIZES
|
| 142 |
+
|
| 143 |
+
@property
|
| 144 |
+
def features(self):
|
| 145 |
+
features = {}
|
| 146 |
+
if self.casejson: features.update(case_features())
|
| 147 |
+
if self.input: features.update(input_features(SIZES))
|
| 148 |
+
for formulation in self.formulations:
|
| 149 |
+
features.update(FORMULATIONS_TO_FEATURES[formulation](SIZES, self.primal, self.dual, self.meta))
|
| 150 |
+
return hfd.Features(features)
|
| 151 |
+
|
| 152 |
+
@property
|
| 153 |
+
def splits(self):
|
| 154 |
+
splits: dict[hfd.Split, dict[str, str | int]] = {}
|
| 155 |
+
if self.train:
|
| 156 |
+
splits[hfd.Split.TRAIN] = {
|
| 157 |
+
"name": "train",
|
| 158 |
+
"num_examples": NUM_TRAIN
|
| 159 |
+
}
|
| 160 |
+
if self.test:
|
| 161 |
+
splits[hfd.Split.TEST] = {
|
| 162 |
+
"name": "test",
|
| 163 |
+
"num_examples": NUM_TEST
|
| 164 |
+
}
|
| 165 |
+
if self.infeasible:
|
| 166 |
+
splits[hfd.Split("infeasible")] = {
|
| 167 |
+
"name": "infeasible",
|
| 168 |
+
"num_examples": NUM_INFEASIBLE
|
| 169 |
+
}
|
| 170 |
+
return splits
|
| 171 |
+
|
| 172 |
+
@property
|
| 173 |
+
def urls(self):
|
| 174 |
+
urls: dict[str, None | str | list] = {
|
| 175 |
+
"case": None, "train": [], "test": [], "infeasible": [],
|
| 176 |
+
}
|
| 177 |
+
|
| 178 |
+
if self.casejson:
|
| 179 |
+
urls["case"] = f"case.json" + self.gz_ext
|
| 180 |
+
else:
|
| 181 |
+
urls.pop("case")
|
| 182 |
+
|
| 183 |
+
split_names = []
|
| 184 |
+
if self.train: split_names.append("train")
|
| 185 |
+
if self.test: split_names.append("test")
|
| 186 |
+
if self.infeasible: split_names.append("infeasible")
|
| 187 |
+
|
| 188 |
+
for split in split_names:
|
| 189 |
+
if self.input: urls[split].append(f"{split}/input.h5" + self.gz_ext)
|
| 190 |
+
for formulation in self.formulations:
|
| 191 |
+
if self.primal:
|
| 192 |
+
filename = f"{split}/{formulation}/primal.h5" + self.gz_ext
|
| 193 |
+
if filename in SPLITFILES: urls[split].append(SPLITFILES[filename])
|
| 194 |
+
else: urls[split].append(filename)
|
| 195 |
+
if self.dual:
|
| 196 |
+
filename = f"{split}/{formulation}/dual.h5" + self.gz_ext
|
| 197 |
+
if filename in SPLITFILES: urls[split].append(SPLITFILES[filename])
|
| 198 |
+
else: urls[split].append(filename)
|
| 199 |
+
if self.meta:
|
| 200 |
+
filename = f"{split}/{formulation}/meta.h5" + self.gz_ext
|
| 201 |
+
if filename in SPLITFILES: urls[split].append(SPLITFILES[filename])
|
| 202 |
+
else: urls[split].append(filename)
|
| 203 |
+
return urls
|
| 204 |
+
|
| 205 |
+
# ┌────────────────────┐
|
| 206 |
+
# │ DatasetBuilder │
|
| 207 |
+
# └────────────────────┘
|
| 208 |
+
|
| 209 |
+
class PGLearnMedium2869_pegase(hfd.ArrowBasedBuilder):
|
| 210 |
+
"""DatasetBuilder for PGLearn-Medium-2869_pegase.
|
| 211 |
+
The main interface is `datasets.load_dataset` with `trust_remote_code=True`, e.g.
|
| 212 |
+
|
| 213 |
+
```python
|
| 214 |
+
from datasets import load_dataset
|
| 215 |
+
ds = load_dataset("PGLearn/PGLearn-Medium-2869_pegase", trust_remote_code=True,
|
| 216 |
+
# modify the default configuration by passing kwargs
|
| 217 |
+
formulations=["DCOPF"],
|
| 218 |
+
dual=False,
|
| 219 |
+
meta=False,
|
| 220 |
+
)
|
| 221 |
+
```
|
| 222 |
+
"""
|
| 223 |
+
|
| 224 |
+
DEFAULT_WRITER_BATCH_SIZE = 10000
|
| 225 |
+
BUILDER_CONFIG_CLASS = PGLearnMedium2869_pegaseConfig
|
| 226 |
+
DEFAULT_CONFIG_NAME=CASENAME
|
| 227 |
+
BUILDER_CONFIGS = [
|
| 228 |
+
PGLearnMedium2869_pegaseConfig(
|
| 229 |
+
name=CASENAME, description=DEFAULT_CONFIG_DESCRIPTION.format(case=CASENAME),
|
| 230 |
+
formulations=list(FORMULATIONS_TO_FEATURES.keys()),
|
| 231 |
+
primal=True, dual=True, meta=True, input=True, casejson=False,
|
| 232 |
+
train=True, test=True, infeasible=False,
|
| 233 |
+
)
|
| 234 |
+
]
|
| 235 |
+
|
| 236 |
+
def _info(self):
|
| 237 |
+
return hfd.DatasetInfo(
|
| 238 |
+
features=self.config.features, splits=self.config.splits,
|
| 239 |
+
description=DESCRIPTION + self.config.description,
|
| 240 |
+
homepage=URL, citation=CITATION,
|
| 241 |
+
)
|
| 242 |
+
|
| 243 |
+
def _split_generators(self, dl_manager: hfd.DownloadManager):
|
| 244 |
+
hfd.logging.get_logger().warning(USE_ML4OPF_WARNING)
|
| 245 |
+
|
| 246 |
+
filepaths = dl_manager.download_and_extract(self.config.urls)
|
| 247 |
+
|
| 248 |
+
splits: list[hfd.SplitGenerator] = []
|
| 249 |
+
if self.config.train:
|
| 250 |
+
splits.append(hfd.SplitGenerator(
|
| 251 |
+
name=hfd.Split.TRAIN,
|
| 252 |
+
gen_kwargs=dict(case_file=filepaths.get("case", None), data_files=tuple(filepaths["train"]), n_samples=NUM_TRAIN),
|
| 253 |
+
))
|
| 254 |
+
if self.config.test:
|
| 255 |
+
splits.append(hfd.SplitGenerator(
|
| 256 |
+
name=hfd.Split.TEST,
|
| 257 |
+
gen_kwargs=dict(case_file=filepaths.get("case", None), data_files=tuple(filepaths["test"]), n_samples=NUM_TEST),
|
| 258 |
+
))
|
| 259 |
+
if self.config.infeasible:
|
| 260 |
+
splits.append(hfd.SplitGenerator(
|
| 261 |
+
name=hfd.Split("infeasible"),
|
| 262 |
+
gen_kwargs=dict(case_file=filepaths.get("case", None), data_files=tuple(filepaths["infeasible"]), n_samples=NUM_INFEASIBLE),
|
| 263 |
+
))
|
| 264 |
+
return splits
|
| 265 |
+
|
| 266 |
+
def _generate_tables(self, case_file: str | None, data_files: tuple[hfd.utils.track.tracked_str | list[hfd.utils.track.tracked_str]], n_samples: int):
|
| 267 |
+
case_data: str | None = json.dumps(json.load(open_maybe_gzip_cat(case_file))) if case_file is not None else None
|
| 268 |
+
data: dict[str, h5py.File] = {}
|
| 269 |
+
for file in data_files:
|
| 270 |
+
v = h5py.File(open_maybe_gzip_cat(file), "r")
|
| 271 |
+
if isinstance(file, list):
|
| 272 |
+
k = "/".join(Path(file[0].get_origin()).parts[-3:-1]).split(".")[0]
|
| 273 |
+
else:
|
| 274 |
+
k = "/".join(Path(file.get_origin()).parts[-2:]).split(".")[0]
|
| 275 |
+
data[k] = v
|
| 276 |
+
for k in list(data.keys()):
|
| 277 |
+
if "/input" in k: data[k.split("/", 1)[1]] = data.pop(k)
|
| 278 |
+
|
| 279 |
+
batch_size = self._writer_batch_size or self.DEFAULT_WRITER_BATCH_SIZE
|
| 280 |
+
for i in range(0, n_samples, batch_size):
|
| 281 |
+
effective_batch_size = min(batch_size, n_samples - i)
|
| 282 |
+
|
| 283 |
+
sample_data = {
|
| 284 |
+
f"{dk}/{k}":
|
| 285 |
+
hfd.features.features.numpy_to_pyarrow_listarray(v[i:i + effective_batch_size, ...])
|
| 286 |
+
for dk, d in data.items() for k, v in d.items() if f"{dk}/{k}" in self.config.features
|
| 287 |
+
}
|
| 288 |
+
|
| 289 |
+
if case_data is not None:
|
| 290 |
+
sample_data["case/json"] = pa.array([case_data] * effective_batch_size)
|
| 291 |
+
|
| 292 |
+
yield i, pa.Table.from_pydict(sample_data)
|
| 293 |
+
|
| 294 |
+
for f in data.values():
|
| 295 |
+
f.close()
|
| 296 |
+
|
| 297 |
+
# ┌──────────────┐
|
| 298 |
+
# │ Features │
|
| 299 |
+
# └──────────────┘
|
| 300 |
+
|
| 301 |
+
FLOAT_TYPE = "float32"
|
| 302 |
+
INT_TYPE = "int64"
|
| 303 |
+
BOOL_TYPE = "bool"
|
| 304 |
+
STRING_TYPE = "string"
|
| 305 |
+
|
| 306 |
+
def case_features():
|
| 307 |
+
# FIXME: better way to share schema of case data -- need to treat jagged arrays
|
| 308 |
+
return {
|
| 309 |
+
"case/json": hfd.Value(STRING_TYPE),
|
| 310 |
+
}
|
| 311 |
+
|
| 312 |
+
META_FEATURES = {
|
| 313 |
+
"meta/seed": hfd.Value(dtype=INT_TYPE),
|
| 314 |
+
"meta/formulation": hfd.Value(dtype=STRING_TYPE),
|
| 315 |
+
"meta/primal_objective_value": hfd.Value(dtype=FLOAT_TYPE),
|
| 316 |
+
"meta/dual_objective_value": hfd.Value(dtype=FLOAT_TYPE),
|
| 317 |
+
"meta/primal_status": hfd.Value(dtype=STRING_TYPE),
|
| 318 |
+
"meta/dual_status": hfd.Value(dtype=STRING_TYPE),
|
| 319 |
+
"meta/termination_status": hfd.Value(dtype=STRING_TYPE),
|
| 320 |
+
"meta/build_time": hfd.Value(dtype=FLOAT_TYPE),
|
| 321 |
+
"meta/extract_time": hfd.Value(dtype=FLOAT_TYPE),
|
| 322 |
+
"meta/solve_time": hfd.Value(dtype=FLOAT_TYPE),
|
| 323 |
+
}
|
| 324 |
+
|
| 325 |
+
def input_features(sizes: CaseSizes):
|
| 326 |
+
return {
|
| 327 |
+
"input/pd": hfd.Sequence(length=sizes.n_load, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 328 |
+
"input/qd": hfd.Sequence(length=sizes.n_load, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 329 |
+
"input/gen_status": hfd.Sequence(length=sizes.n_gen, feature=hfd.Value(dtype=BOOL_TYPE)),
|
| 330 |
+
"input/branch_status": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=BOOL_TYPE)),
|
| 331 |
+
"input/seed": hfd.Value(dtype=INT_TYPE),
|
| 332 |
+
}
|
| 333 |
+
|
| 334 |
+
def acopf_primal_features(sizes: CaseSizes):
|
| 335 |
+
return {
|
| 336 |
+
"ACOPF/primal/vm": hfd.Sequence(length=sizes.n_bus, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 337 |
+
"ACOPF/primal/va": hfd.Sequence(length=sizes.n_bus, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 338 |
+
"ACOPF/primal/pg": hfd.Sequence(length=sizes.n_gen, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 339 |
+
"ACOPF/primal/qg": hfd.Sequence(length=sizes.n_gen, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 340 |
+
"ACOPF/primal/pf": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 341 |
+
"ACOPF/primal/pt": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 342 |
+
"ACOPF/primal/qf": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 343 |
+
"ACOPF/primal/qt": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 344 |
+
}
|
| 345 |
+
def acopf_dual_features(sizes: CaseSizes):
|
| 346 |
+
return {
|
| 347 |
+
"ACOPF/dual/kcl_p": hfd.Sequence(length=sizes.n_bus, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 348 |
+
"ACOPF/dual/kcl_q": hfd.Sequence(length=sizes.n_bus, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 349 |
+
"ACOPF/dual/vm": hfd.Sequence(length=sizes.n_bus, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 350 |
+
"ACOPF/dual/pg": hfd.Sequence(length=sizes.n_gen, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 351 |
+
"ACOPF/dual/qg": hfd.Sequence(length=sizes.n_gen, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 352 |
+
"ACOPF/dual/ohm_pf": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 353 |
+
"ACOPF/dual/ohm_pt": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 354 |
+
"ACOPF/dual/ohm_qf": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 355 |
+
"ACOPF/dual/ohm_qt": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 356 |
+
"ACOPF/dual/pf": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 357 |
+
"ACOPF/dual/pt": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 358 |
+
"ACOPF/dual/qf": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 359 |
+
"ACOPF/dual/qt": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 360 |
+
"ACOPF/dual/va_diff": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 361 |
+
"ACOPF/dual/sm_fr": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 362 |
+
"ACOPF/dual/sm_to": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 363 |
+
"ACOPF/dual/slack_bus": hfd.Value(dtype=FLOAT_TYPE),
|
| 364 |
+
}
|
| 365 |
+
def dcopf_primal_features(sizes: CaseSizes):
|
| 366 |
+
return {
|
| 367 |
+
"DCOPF/primal/va": hfd.Sequence(length=sizes.n_bus, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 368 |
+
"DCOPF/primal/pg": hfd.Sequence(length=sizes.n_gen, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 369 |
+
"DCOPF/primal/pf": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 370 |
+
}
|
| 371 |
+
def dcopf_dual_features(sizes: CaseSizes):
|
| 372 |
+
return {
|
| 373 |
+
"DCOPF/dual/kcl_p": hfd.Sequence(length=sizes.n_bus, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 374 |
+
"DCOPF/dual/pg": hfd.Sequence(length=sizes.n_gen, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 375 |
+
"DCOPF/dual/ohm_pf": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 376 |
+
"DCOPF/dual/pf": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 377 |
+
"DCOPF/dual/va_diff": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 378 |
+
"DCOPF/dual/slack_bus": hfd.Value(dtype=FLOAT_TYPE),
|
| 379 |
+
}
|
| 380 |
+
def socopf_primal_features(sizes: CaseSizes):
|
| 381 |
+
return {
|
| 382 |
+
"SOCOPF/primal/w": hfd.Sequence(length=sizes.n_bus, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 383 |
+
"SOCOPF/primal/pg": hfd.Sequence(length=sizes.n_gen, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 384 |
+
"SOCOPF/primal/qg": hfd.Sequence(length=sizes.n_gen, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 385 |
+
"SOCOPF/primal/pf": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 386 |
+
"SOCOPF/primal/pt": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 387 |
+
"SOCOPF/primal/qf": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 388 |
+
"SOCOPF/primal/qt": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 389 |
+
"SOCOPF/primal/wr": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 390 |
+
"SOCOPF/primal/wi": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 391 |
+
}
|
| 392 |
+
def socopf_dual_features(sizes: CaseSizes):
|
| 393 |
+
return {
|
| 394 |
+
"SOCOPF/dual/kcl_p": hfd.Sequence(length=sizes.n_bus, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 395 |
+
"SOCOPF/dual/kcl_q": hfd.Sequence(length=sizes.n_bus, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 396 |
+
"SOCOPF/dual/w": hfd.Sequence(length=sizes.n_bus, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 397 |
+
"SOCOPF/dual/pg": hfd.Sequence(length=sizes.n_gen, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 398 |
+
"SOCOPF/dual/qg": hfd.Sequence(length=sizes.n_gen, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 399 |
+
"SOCOPF/dual/ohm_pf": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 400 |
+
"SOCOPF/dual/ohm_pt": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 401 |
+
"SOCOPF/dual/ohm_qf": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 402 |
+
"SOCOPF/dual/ohm_qt": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 403 |
+
"SOCOPF/dual/jabr": hfd.Array2D(shape=(sizes.n_branch, 4), dtype=FLOAT_TYPE),
|
| 404 |
+
"SOCOPF/dual/sm_fr": hfd.Array2D(shape=(sizes.n_branch, 3), dtype=FLOAT_TYPE),
|
| 405 |
+
"SOCOPF/dual/sm_to": hfd.Array2D(shape=(sizes.n_branch, 3), dtype=FLOAT_TYPE),
|
| 406 |
+
"SOCOPF/dual/va_diff": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 407 |
+
"SOCOPF/dual/wr": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 408 |
+
"SOCOPF/dual/wi": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 409 |
+
"SOCOPF/dual/pf": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 410 |
+
"SOCOPF/dual/pt": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 411 |
+
"SOCOPF/dual/qf": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 412 |
+
"SOCOPF/dual/qt": hfd.Sequence(length=sizes.n_branch, feature=hfd.Value(dtype=FLOAT_TYPE)),
|
| 413 |
+
}
|
| 414 |
+
|
| 415 |
+
# ┌───────────────┐
|
| 416 |
+
# │ Utilities │
|
| 417 |
+
# └───────────────┘
|
| 418 |
+
|
| 419 |
+
def open_maybe_gzip_cat(path: str | list):
|
| 420 |
+
if isinstance(path, list):
|
| 421 |
+
dest = Path(path[0]).parent.with_suffix(".h5")
|
| 422 |
+
if not dest.exists():
|
| 423 |
+
with open(dest, "wb") as dest_f:
|
| 424 |
+
for piece in path:
|
| 425 |
+
with open(piece, "rb") as piece_f:
|
| 426 |
+
shutil.copyfileobj(piece_f, dest_f)
|
| 427 |
+
shutil.rmtree(Path(piece).parent)
|
| 428 |
+
path = dest.as_posix()
|
| 429 |
+
return gzip.open(path, "rb") if path.endswith(".gz") else open(path, "rb")
|
README.md
ADDED
|
@@ -0,0 +1,293 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-sa-4.0
|
| 3 |
+
tags:
|
| 4 |
+
- energy
|
| 5 |
+
- optimization
|
| 6 |
+
- optimal_power_flow
|
| 7 |
+
- power_grid
|
| 8 |
+
pretty_name: PGLearn Optimal Power Flow (2869_pegase)
|
| 9 |
+
task_categories:
|
| 10 |
+
- tabular-regression
|
| 11 |
+
dataset_info:
|
| 12 |
+
config_name: 2869_pegase
|
| 13 |
+
features:
|
| 14 |
+
- name: input/pd
|
| 15 |
+
sequence: float32
|
| 16 |
+
length: 1491
|
| 17 |
+
- name: input/qd
|
| 18 |
+
sequence: float32
|
| 19 |
+
length: 1491
|
| 20 |
+
- name: input/gen_status
|
| 21 |
+
sequence: bool
|
| 22 |
+
length: 510
|
| 23 |
+
- name: input/branch_status
|
| 24 |
+
sequence: bool
|
| 25 |
+
length: 4582
|
| 26 |
+
- name: input/seed
|
| 27 |
+
dtype: int64
|
| 28 |
+
- name: ACOPF/primal/vm
|
| 29 |
+
sequence: float32
|
| 30 |
+
length: 2869
|
| 31 |
+
- name: ACOPF/primal/va
|
| 32 |
+
sequence: float32
|
| 33 |
+
length: 2869
|
| 34 |
+
- name: ACOPF/primal/pg
|
| 35 |
+
sequence: float32
|
| 36 |
+
length: 510
|
| 37 |
+
- name: ACOPF/primal/qg
|
| 38 |
+
sequence: float32
|
| 39 |
+
length: 510
|
| 40 |
+
- name: ACOPF/primal/pf
|
| 41 |
+
sequence: float32
|
| 42 |
+
length: 4582
|
| 43 |
+
- name: ACOPF/primal/pt
|
| 44 |
+
sequence: float32
|
| 45 |
+
length: 4582
|
| 46 |
+
- name: ACOPF/primal/qf
|
| 47 |
+
sequence: float32
|
| 48 |
+
length: 4582
|
| 49 |
+
- name: ACOPF/primal/qt
|
| 50 |
+
sequence: float32
|
| 51 |
+
length: 4582
|
| 52 |
+
- name: ACOPF/dual/kcl_p
|
| 53 |
+
sequence: float32
|
| 54 |
+
length: 2869
|
| 55 |
+
- name: ACOPF/dual/kcl_q
|
| 56 |
+
sequence: float32
|
| 57 |
+
length: 2869
|
| 58 |
+
- name: ACOPF/dual/vm
|
| 59 |
+
sequence: float32
|
| 60 |
+
length: 2869
|
| 61 |
+
- name: ACOPF/dual/pg
|
| 62 |
+
sequence: float32
|
| 63 |
+
length: 510
|
| 64 |
+
- name: ACOPF/dual/qg
|
| 65 |
+
sequence: float32
|
| 66 |
+
length: 510
|
| 67 |
+
- name: ACOPF/dual/ohm_pf
|
| 68 |
+
sequence: float32
|
| 69 |
+
length: 4582
|
| 70 |
+
- name: ACOPF/dual/ohm_pt
|
| 71 |
+
sequence: float32
|
| 72 |
+
length: 4582
|
| 73 |
+
- name: ACOPF/dual/ohm_qf
|
| 74 |
+
sequence: float32
|
| 75 |
+
length: 4582
|
| 76 |
+
- name: ACOPF/dual/ohm_qt
|
| 77 |
+
sequence: float32
|
| 78 |
+
length: 4582
|
| 79 |
+
- name: ACOPF/dual/pf
|
| 80 |
+
sequence: float32
|
| 81 |
+
length: 4582
|
| 82 |
+
- name: ACOPF/dual/pt
|
| 83 |
+
sequence: float32
|
| 84 |
+
length: 4582
|
| 85 |
+
- name: ACOPF/dual/qf
|
| 86 |
+
sequence: float32
|
| 87 |
+
length: 4582
|
| 88 |
+
- name: ACOPF/dual/qt
|
| 89 |
+
sequence: float32
|
| 90 |
+
length: 4582
|
| 91 |
+
- name: ACOPF/dual/va_diff
|
| 92 |
+
sequence: float32
|
| 93 |
+
length: 4582
|
| 94 |
+
- name: ACOPF/dual/sm_fr
|
| 95 |
+
sequence: float32
|
| 96 |
+
length: 4582
|
| 97 |
+
- name: ACOPF/dual/sm_to
|
| 98 |
+
sequence: float32
|
| 99 |
+
length: 4582
|
| 100 |
+
- name: ACOPF/dual/slack_bus
|
| 101 |
+
dtype: float32
|
| 102 |
+
- name: ACOPF/meta/seed
|
| 103 |
+
dtype: int64
|
| 104 |
+
- name: ACOPF/meta/formulation
|
| 105 |
+
dtype: string
|
| 106 |
+
- name: ACOPF/meta/primal_objective_value
|
| 107 |
+
dtype: float32
|
| 108 |
+
- name: ACOPF/meta/dual_objective_value
|
| 109 |
+
dtype: float32
|
| 110 |
+
- name: ACOPF/meta/primal_status
|
| 111 |
+
dtype: string
|
| 112 |
+
- name: ACOPF/meta/dual_status
|
| 113 |
+
dtype: string
|
| 114 |
+
- name: ACOPF/meta/termination_status
|
| 115 |
+
dtype: string
|
| 116 |
+
- name: ACOPF/meta/build_time
|
| 117 |
+
dtype: float32
|
| 118 |
+
- name: ACOPF/meta/extract_time
|
| 119 |
+
dtype: float32
|
| 120 |
+
- name: ACOPF/meta/solve_time
|
| 121 |
+
dtype: float32
|
| 122 |
+
- name: DCOPF/primal/va
|
| 123 |
+
sequence: float32
|
| 124 |
+
length: 2869
|
| 125 |
+
- name: DCOPF/primal/pg
|
| 126 |
+
sequence: float32
|
| 127 |
+
length: 510
|
| 128 |
+
- name: DCOPF/primal/pf
|
| 129 |
+
sequence: float32
|
| 130 |
+
length: 4582
|
| 131 |
+
- name: DCOPF/dual/kcl_p
|
| 132 |
+
sequence: float32
|
| 133 |
+
length: 2869
|
| 134 |
+
- name: DCOPF/dual/pg
|
| 135 |
+
sequence: float32
|
| 136 |
+
length: 510
|
| 137 |
+
- name: DCOPF/dual/ohm_pf
|
| 138 |
+
sequence: float32
|
| 139 |
+
length: 4582
|
| 140 |
+
- name: DCOPF/dual/pf
|
| 141 |
+
sequence: float32
|
| 142 |
+
length: 4582
|
| 143 |
+
- name: DCOPF/dual/va_diff
|
| 144 |
+
sequence: float32
|
| 145 |
+
length: 4582
|
| 146 |
+
- name: DCOPF/dual/slack_bus
|
| 147 |
+
dtype: float32
|
| 148 |
+
- name: DCOPF/meta/seed
|
| 149 |
+
dtype: int64
|
| 150 |
+
- name: DCOPF/meta/formulation
|
| 151 |
+
dtype: string
|
| 152 |
+
- name: DCOPF/meta/primal_objective_value
|
| 153 |
+
dtype: float32
|
| 154 |
+
- name: DCOPF/meta/dual_objective_value
|
| 155 |
+
dtype: float32
|
| 156 |
+
- name: DCOPF/meta/primal_status
|
| 157 |
+
dtype: string
|
| 158 |
+
- name: DCOPF/meta/dual_status
|
| 159 |
+
dtype: string
|
| 160 |
+
- name: DCOPF/meta/termination_status
|
| 161 |
+
dtype: string
|
| 162 |
+
- name: DCOPF/meta/build_time
|
| 163 |
+
dtype: float32
|
| 164 |
+
- name: DCOPF/meta/extract_time
|
| 165 |
+
dtype: float32
|
| 166 |
+
- name: DCOPF/meta/solve_time
|
| 167 |
+
dtype: float32
|
| 168 |
+
- name: SOCOPF/primal/w
|
| 169 |
+
sequence: float32
|
| 170 |
+
length: 2869
|
| 171 |
+
- name: SOCOPF/primal/pg
|
| 172 |
+
sequence: float32
|
| 173 |
+
length: 510
|
| 174 |
+
- name: SOCOPF/primal/qg
|
| 175 |
+
sequence: float32
|
| 176 |
+
length: 510
|
| 177 |
+
- name: SOCOPF/primal/pf
|
| 178 |
+
sequence: float32
|
| 179 |
+
length: 4582
|
| 180 |
+
- name: SOCOPF/primal/pt
|
| 181 |
+
sequence: float32
|
| 182 |
+
length: 4582
|
| 183 |
+
- name: SOCOPF/primal/qf
|
| 184 |
+
sequence: float32
|
| 185 |
+
length: 4582
|
| 186 |
+
- name: SOCOPF/primal/qt
|
| 187 |
+
sequence: float32
|
| 188 |
+
length: 4582
|
| 189 |
+
- name: SOCOPF/primal/wr
|
| 190 |
+
sequence: float32
|
| 191 |
+
length: 4582
|
| 192 |
+
- name: SOCOPF/primal/wi
|
| 193 |
+
sequence: float32
|
| 194 |
+
length: 4582
|
| 195 |
+
- name: SOCOPF/dual/kcl_p
|
| 196 |
+
sequence: float32
|
| 197 |
+
length: 2869
|
| 198 |
+
- name: SOCOPF/dual/kcl_q
|
| 199 |
+
sequence: float32
|
| 200 |
+
length: 2869
|
| 201 |
+
- name: SOCOPF/dual/w
|
| 202 |
+
sequence: float32
|
| 203 |
+
length: 2869
|
| 204 |
+
- name: SOCOPF/dual/pg
|
| 205 |
+
sequence: float32
|
| 206 |
+
length: 510
|
| 207 |
+
- name: SOCOPF/dual/qg
|
| 208 |
+
sequence: float32
|
| 209 |
+
length: 510
|
| 210 |
+
- name: SOCOPF/dual/ohm_pf
|
| 211 |
+
sequence: float32
|
| 212 |
+
length: 4582
|
| 213 |
+
- name: SOCOPF/dual/ohm_pt
|
| 214 |
+
sequence: float32
|
| 215 |
+
length: 4582
|
| 216 |
+
- name: SOCOPF/dual/ohm_qf
|
| 217 |
+
sequence: float32
|
| 218 |
+
length: 4582
|
| 219 |
+
- name: SOCOPF/dual/ohm_qt
|
| 220 |
+
sequence: float32
|
| 221 |
+
length: 4582
|
| 222 |
+
- name: SOCOPF/dual/jabr
|
| 223 |
+
dtype:
|
| 224 |
+
array2_d:
|
| 225 |
+
shape:
|
| 226 |
+
- 4582
|
| 227 |
+
- 4
|
| 228 |
+
dtype: float32
|
| 229 |
+
- name: SOCOPF/dual/sm_fr
|
| 230 |
+
dtype:
|
| 231 |
+
array2_d:
|
| 232 |
+
shape:
|
| 233 |
+
- 4582
|
| 234 |
+
- 3
|
| 235 |
+
dtype: float32
|
| 236 |
+
- name: SOCOPF/dual/sm_to
|
| 237 |
+
dtype:
|
| 238 |
+
array2_d:
|
| 239 |
+
shape:
|
| 240 |
+
- 4582
|
| 241 |
+
- 3
|
| 242 |
+
dtype: float32
|
| 243 |
+
- name: SOCOPF/dual/va_diff
|
| 244 |
+
sequence: float32
|
| 245 |
+
length: 4582
|
| 246 |
+
- name: SOCOPF/dual/wr
|
| 247 |
+
sequence: float32
|
| 248 |
+
length: 4582
|
| 249 |
+
- name: SOCOPF/dual/wi
|
| 250 |
+
sequence: float32
|
| 251 |
+
length: 4582
|
| 252 |
+
- name: SOCOPF/dual/pf
|
| 253 |
+
sequence: float32
|
| 254 |
+
length: 4582
|
| 255 |
+
- name: SOCOPF/dual/pt
|
| 256 |
+
sequence: float32
|
| 257 |
+
length: 4582
|
| 258 |
+
- name: SOCOPF/dual/qf
|
| 259 |
+
sequence: float32
|
| 260 |
+
length: 4582
|
| 261 |
+
- name: SOCOPF/dual/qt
|
| 262 |
+
sequence: float32
|
| 263 |
+
length: 4582
|
| 264 |
+
- name: SOCOPF/meta/seed
|
| 265 |
+
dtype: int64
|
| 266 |
+
- name: SOCOPF/meta/formulation
|
| 267 |
+
dtype: string
|
| 268 |
+
- name: SOCOPF/meta/primal_objective_value
|
| 269 |
+
dtype: float32
|
| 270 |
+
- name: SOCOPF/meta/dual_objective_value
|
| 271 |
+
dtype: float32
|
| 272 |
+
- name: SOCOPF/meta/primal_status
|
| 273 |
+
dtype: string
|
| 274 |
+
- name: SOCOPF/meta/dual_status
|
| 275 |
+
dtype: string
|
| 276 |
+
- name: SOCOPF/meta/termination_status
|
| 277 |
+
dtype: string
|
| 278 |
+
- name: SOCOPF/meta/build_time
|
| 279 |
+
dtype: float32
|
| 280 |
+
- name: SOCOPF/meta/extract_time
|
| 281 |
+
dtype: float32
|
| 282 |
+
- name: SOCOPF/meta/solve_time
|
| 283 |
+
dtype: float32
|
| 284 |
+
splits:
|
| 285 |
+
- name: train
|
| 286 |
+
num_bytes: 189042853073
|
| 287 |
+
num_examples: 188545
|
| 288 |
+
- name: test
|
| 289 |
+
num_bytes: 47261465249
|
| 290 |
+
num_examples: 47137
|
| 291 |
+
download_size: 205052847659
|
| 292 |
+
dataset_size: 236304318322
|
| 293 |
+
---
|
case.json.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85deb976223ec6bcfc4378f2975a8cc4add63a1bad8207887cac5037a00c99b0
|
| 3 |
+
size 2671683
|
config.toml
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
export_dir = "data/pglearn/2869_pegase"
|
| 2 |
+
# Name of the reference PGLib case. Must be a valid PGLib case name.
|
| 3 |
+
pglib_case = "pglib_opf_case2869_pegase"
|
| 4 |
+
floating_point_type = "Float32"
|
| 5 |
+
|
| 6 |
+
[sampler]
|
| 7 |
+
# data sampler options
|
| 8 |
+
[sampler.load]
|
| 9 |
+
noise_type = "ScaledUniform"
|
| 10 |
+
l = 0.6 # Lower bound of base load factor
|
| 11 |
+
u = 1.0 # Upper bound of base load factor
|
| 12 |
+
sigma = 0.20 # Relative (multiplicative) noise level.
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
[OPF]
|
| 16 |
+
|
| 17 |
+
[OPF.ACOPF]
|
| 18 |
+
type = "ACOPF"
|
| 19 |
+
solver.name = "Ipopt"
|
| 20 |
+
solver.attributes.tol = 1e-6
|
| 21 |
+
solver.attributes.linear_solver = "ma27"
|
| 22 |
+
|
| 23 |
+
[OPF.DCOPF]
|
| 24 |
+
# Formulation/solver options
|
| 25 |
+
type = "DCOPF"
|
| 26 |
+
solver.name = "HiGHS"
|
| 27 |
+
|
| 28 |
+
[OPF.SOCOPF]
|
| 29 |
+
type = "SOCOPF"
|
| 30 |
+
solver.name = "Clarabel"
|
| 31 |
+
# Tight tolerances
|
| 32 |
+
solver.attributes.tol_gap_abs = 1e-6
|
| 33 |
+
solver.attributes.tol_gap_rel = 1e-6
|
| 34 |
+
solver.attributes.tol_feas = 1e-6
|
| 35 |
+
solver.attributes.tol_infeas_rel = 1e-6
|
| 36 |
+
solver.attributes.tol_ktratio = 1e-6
|
| 37 |
+
# Reduced accuracy settings
|
| 38 |
+
solver.attributes.reduced_tol_gap_abs = 1e-6
|
| 39 |
+
solver.attributes.reduced_tol_gap_rel = 1e-6
|
| 40 |
+
solver.attributes.reduced_tol_feas = 1e-6
|
| 41 |
+
solver.attributes.reduced_tol_infeas_abs = 1e-6
|
| 42 |
+
solver.attributes.reduced_tol_infeas_rel = 1e-6
|
| 43 |
+
solver.attributes.reduced_tol_ktratio = 1e-6
|
| 44 |
+
|
| 45 |
+
[slurm]
|
| 46 |
+
n_samples = 500000
|
| 47 |
+
n_jobs = 44
|
| 48 |
+
minibatch_size = 32
|
| 49 |
+
cpus_per_task = 8
|
| 50 |
+
queue = "embers"
|
| 51 |
+
charge_account = "gts-phentenryck3-ai4opt"
|
| 52 |
+
sysimage_memory = "128G"
|
| 53 |
+
sampler_memory = "8G"
|
| 54 |
+
extract_memory = "500G"
|
infeasible/ACOPF/dual.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a0352d40f0ef2bdc7d2df9954fac16c8850ad80bc0672b1b1863b07a8842c31
|
| 3 |
+
size 2904102983
|
infeasible/ACOPF/meta.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c17f1941bfe1684c1d907ba789add4bde82294a82a14dc0b017e9e9ea8692605
|
| 3 |
+
size 519406
|
infeasible/ACOPF/primal.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9cbf7b2535543ff4f665452e52855ef34e89abeb37d1ca93423caad267670ba5
|
| 3 |
+
size 1301980774
|
infeasible/DCOPF/dual.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1ce33efb06d08e1d08b949c64faff7cec8564598aedee888c62a70c5fa6fdbe
|
| 3 |
+
size 269762143
|
infeasible/DCOPF/meta.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:051a85de141fa9b4dd4ef8c061af299ba4e6f77a2e7bd930f1a92a2278a98630
|
| 3 |
+
size 507560
|
infeasible/DCOPF/primal.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39c367f5e8ba954fb047efe9524c344112607ca5c683ba4248b6e1fd67923ba9
|
| 3 |
+
size 317734691
|
infeasible/SOCOPF/dual.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d31725558aceabee4dd3b5952e3fc2ee997b67889aa2da60d687c8c738d460a3
|
| 3 |
+
size 5348844329
|
infeasible/SOCOPF/meta.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4db0022de3b09b7a2f68eeb3128f1fda91ce13eba9d054f320089490ec0bd336
|
| 3 |
+
size 461791
|
infeasible/SOCOPF/primal.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34130b305f1e0f697c444c1d84263b393a1a7759c147b7700e987c0546371bd2
|
| 3 |
+
size 1608636167
|
infeasible/infeasible/ACOPF/dual.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e682094778ecf7fe58ab05fd652db679572b8c50e69d01364563c2eb57d8e219
|
| 3 |
+
size 5868059017
|
infeasible/infeasible/ACOPF/meta.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7a9b5abceb1931e5b8cd9fab8573a70916fc99c0b6f970fcc6c83ac7e1e02ac
|
| 3 |
+
size 1037110
|
infeasible/infeasible/ACOPF/primal.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0baf4e2af56ecb608a34d77343500f437a491f6572686ba65d2283e1a5089ec
|
| 3 |
+
size 2631012101
|
infeasible/infeasible/DCOPF/dual.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75557d41d14c128fc2fd86f6ed8aac6e28180d7352ddbdce0ee900d66f87445b
|
| 3 |
+
size 545608239
|
infeasible/infeasible/DCOPF/meta.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aaef3b348e8c3b9e6385b05f2ba10c976475099de535048c20ed80fc3eacaef9
|
| 3 |
+
size 1016252
|
infeasible/infeasible/DCOPF/primal.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfc3ff7ef54bc6842c063e2ad8201a20ce03412a0993e3b7c2bf3308f8edd611
|
| 3 |
+
size 642928188
|
infeasible/infeasible/SOCOPF/dual.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98dfabcabdcf2079e4a7c011ec14938634cf681facb9fb23d6470673014207de
|
| 3 |
+
size 10810611716
|
infeasible/infeasible/SOCOPF/meta.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab63da5ff9e3ee6adf61f436797c1a1837ba3d2598a9a09861b751516f7c0b0d
|
| 3 |
+
size 920082
|
infeasible/infeasible/SOCOPF/primal.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99b8a59396f974ad7146fdaf341f559135b8a5e183ff8a26213ba4668149a782
|
| 3 |
+
size 3251218859
|
infeasible/infeasible/input.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:484faabd1dc5dac19806e6822552ef166ee949e9e89cc3aaa7ddaee70eca4984
|
| 3 |
+
size 316834914
|
infeasible/input.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4e9c3da76a5ac0daf19c7f3eddab342be521f28aad5953d91e40793fc36c07c
|
| 3 |
+
size 156768362
|
test/ACOPF/dual.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a727aa4c101eb4c4c8003098eb10913b43fe39071b9d2df496220077a93a2610
|
| 3 |
+
size 9213784136
|
test/ACOPF/meta.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a82a2d9382c1f7fa2030ed3c998126209dd1c5e0ce5d24f4413fdcbf35b39283
|
| 3 |
+
size 1600620
|
test/ACOPF/primal.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c67900776466488c6546e9d963d2519b9059defb3bf5fd2a78e6c8967f6aec1f
|
| 3 |
+
size 4249836822
|
test/DCOPF/dual.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1c3f08a5c54c3540d9dc898116b887ea0c12e0e01c42159d170dbd2426f8557
|
| 3 |
+
size 1041360188
|
test/DCOPF/meta.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bc5ff33e29a962375a14cb9502521ca39b98216b9fcf780b8ad90bca9cf302a
|
| 3 |
+
size 1595126
|
test/DCOPF/primal.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3701a26453344762cec746801f7b1ce240e802d2b56b3b5668afaeed41dee3f4
|
| 3 |
+
size 1222237308
|
test/SOCOPF/dual.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93d6a51111d8a580bb16839c029bcad291185600e1fd58d076f996a5fd64b82a
|
| 3 |
+
size 17543173478
|
test/SOCOPF/meta.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44c54d529288e342d20e6f9e43e892a026a523db12a19ec8f33f99c0b45d80fb
|
| 3 |
+
size 1615810
|
test/SOCOPF/primal.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2367c9562fb33a60b23c4bae39d50fd44283817eb5f95228218466a0df9a101
|
| 3 |
+
size 5287990756
|
test/input.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5c93d183b3b93928eea79257c9872c5d10c15ecf3a5054dbfbc9a81837f3b7
|
| 3 |
+
size 515902922
|
test/test/ACOPF/dual.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95f03bdee6656a7da190ff21eeaa034787f7bab380a59cda4055ba47c6b711aa
|
| 3 |
+
size 18415541980
|
test/test/ACOPF/meta.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fc8ab5ede25cab8ed00f38483d20df6a03a1c6448f237b3bc046c1ca283c5fa
|
| 3 |
+
size 3187414
|
test/test/ACOPF/primal.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:798b00fb17defbb283a93fafc7b65552651a37255dfd4133c452849c4660a7e7
|
| 3 |
+
size 8493953182
|
test/test/DCOPF/dual.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1d0a1c93fe5f366a51ca21d89d8e56e3123334782c22d51aa2babd60c89688e
|
| 3 |
+
size 2081991571
|
test/test/DCOPF/meta.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37329c1a68ca18f47641f184d2eaf1f81b8889ea6b8cca359f79a24a9ddc1bc8
|
| 3 |
+
size 3176132
|
test/test/DCOPF/primal.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f90b59e33adc379c5291a390a8270189f502a852237f4cd396ed409c1159060c
|
| 3 |
+
size 2442821058
|
test/test/SOCOPF/.dual.h5.ixwvOB
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f97c08584d337373105104e485bc6b8167f2f47dcbbbf37e73f717d323f8f920
|
| 3 |
+
size 7547912192
|
test/test/input.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8641f3499d1d7304fea3c58b63229a68016270589e77d1e48af776a1dcb21a8b
|
| 3 |
+
size 1031124774
|
train/ACOPF/dual.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d68e1de62bef632d1295b62989a01cf73d2bb8398cb80517e1d7eb3feede4bf
|
| 3 |
+
size 36854722335
|
train/ACOPF/meta.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc46107550c8f915fd43c136eac30eaea2e2ed866fd96b8b4baaee8740ed7739
|
| 3 |
+
size 6363576
|
train/ACOPF/primal.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9aad82ecdd4440743b86791564b388751dc0ed24781d7480b5e00d91fb5471bc
|
| 3 |
+
size 16998887246
|
train/DCOPF/dual.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0cba4e0f6d6392da6e831ae56543e77cdc7f9b8d1e5e4cfef0e414b74996a4f
|
| 3 |
+
size 4167740554
|
train/DCOPF/meta.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7884869233093d8da6363e10ac8ebf56b0b70938d3d0ec14ba70c274bde7fca0
|
| 3 |
+
size 6341799
|
train/DCOPF/primal.h5.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:573859234437900e574e359b768865876e0804c36a77b06722c6448927f6125d
|
| 3 |
+
size 4888776281
|
train/SOCOPF/dual/xaa
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eaef4147740814c81eadf8295a307aab063abc97724620398ea5d3a107d2d540
|
| 3 |
+
size 37580963840
|