AI4OPT / OPFGenerator

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

Data-generation distribution with bounded support #80

Closed mtanneau closed 3 months ago

mtanneau commented 5 months ago

The current default data-generation distribution has unbounded support for individual loads. This makes it challenging to run verification tasks on the same distribution (or support thereof) as was used for training.

Alternatives could be:

mtanneau commented 3 months ago

closed by #97 which introduces the ScaledUniform distribution.