scenario.hpp file
Stochastic scenario definition for power system planning.
A Scenario represents one possible realization of uncertain inputs (e.g., hydrology, demand level, wind output). Scenarios are weighted by probability_factor when computing the expected-cost objective.
JSON Example
{"uid": 1, "name": "dry_year", "probability_factor": 0.4}
Namespaces
- namespace gtopt
Classes
- struct gtopt::Scenario
- One possible future realization in stochastic planning.