AI4OPT / OPFGenerator

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

Re-organize & modularize load scalers #18

Closed mtanneau closed 1 year ago

mtanneau commented 1 year ago

The new LoadScaler struct is directly parametrized by a multi-variate distribution of multiplicative noise. This makes it easier to extend to other distributions.

I also introduce a dictionary-based constructor to simplify future uses