ArsamAryandoust commited on
Commit
83335de
·
1 Parent(s): d949279

intial commit

Browse files
Files changed (3) hide show
  1. LICENSE +11 -0
  2. README +10 -0
  3. README.md +0 -3
LICENSE ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This is not an official Google product.
2
+
3
+ GridOpt is a synthetic dataset. It is not intended for, and has not been validated for, real-world use. No reliance should be placed on its precision or accuracy as a proxy for real-world data or applicability to real-world optimal power flow problems.
4
+
5
+ Copyright 2024 DeepMind Technologies Limited.
6
+
7
+ Grid Opt License
8
+
9
+ Licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0) (the “License”). You may obtain a copy of the License at https://creativecommons.org/licenses/by/4.0/legalcode.
10
+
11
+ Unless required by applicable law or agreed to in writing, all materials distributed under the License are distributed on an "AS IS” BASIS, WITHOUT REPRESENTATIONS, WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
README ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ GridOpt is a large dataset of solved Optimal Power Flow (OPF) problems.
2
+ The source of the original problems is the [pglib-opf](https://github.com/power-grid-lib/pglib-opf/) dataset.
3
+
4
+ Example problems are generated by perturbing the load and the topology of the original problem.
5
+ They are solved using the [PowerModels.jl](https://github.com/lanl-ansi/PowerModels.jl) package and [IPOPT](https://coin-or.github.io/Ipopt/) solver.
6
+ See the associated [technical report](https://arxiv.org/abs/2406.07234) for details on the dataset generation.
7
+
8
+ Each grid contains 300k solved examples with only load perturbations, and 300k solved examples with topological perturbations, where a line/transformer/generator is removed randomly.
9
+
10
+ Users of GridOpt are encouraged to cite the original source documents indicated in the [pglib-opf file headers](https://github.com/power-grid-lib/pglib-opf/) and [arxiv report](https://arxiv.org/abs/1908.02788).
README.md DELETED
@@ -1,3 +0,0 @@
1
- ---
2
- license: cc-by-4.0
3
- ---