AI4OPT / OPFGenerator

Instance generator for OPF problems
MIT License
2 stars 3 forks source link

ACOPF+DCOPF and slurm utilities #25

Closed klamike closed 1 year ago

klamike commented 1 year ago

Note that slurm utilities have the gts-phentenryck3-ai4opt charge account hard-coded!

  1. Added DCOPF formulation with tests against PowerModels
  2. Added slurm utilities for (mostly) automatically generating a dataset
  3. Changed JSON and HDF5 formats to store both ACOPF and DCOPF solution for every sample
  4. Changed export_dir convention so it now contains res_json and res_h5 (parent folder of previous export_dir)
  5. Renamed repo name to OPFGenerator
  6. Added linear solver "ma27" to ieee300.toml
mtanneau commented 1 year ago

@klamike do you mind closing this PR, rebasing your branch on main, and opening a new PR with just the slurm-related changes plz?

klamike commented 1 year ago

Closing in favor of #27