odow / StochOptFormat

Specification and description of the StochOptFormat file format
https://odow.github.io/StochOptFormat
MIT License
14 stars 2 forks source link

Should test_scenarios have probabilities? #11

Closed odow closed 4 years ago

odow commented 4 years ago

Currently, we just give a list of scenarios. But it might be better to assign weights (probabilities) to each scenario.

For example, the LandS model from slptestset has three scenarios with probability 0.3, 0.4, and 0.3. Should test_scenarios have three elements? Or 10, with scenario 1 repeated 3 times and so on?