Skip to content

Conversation

@Bill-Becker
Copy link
Collaborator

This pull request introduces scenario-based optimization under uncertainty (OUU) modeling into several core constraint modules of the codebase. The changes systematically update constraints and expressions to operate over multiple scenarios, weighted by scenario probabilities, instead of assuming a single deterministic case. This allows the model to account for uncertainty in key parameters and outputs - currently just the electric load profile and PV/Wind production factor.

See OUU_COMPLETE_IMPLEMENTATION_SUMMARY.md for comprehensive summary.

The most important changes are:

  • Added include("core/uncertainty.jl") to the main module, indicating the introduction of a new uncertainty modeling framework.
  • Added OUU scenario index to all relevant variables, constraints, objective function, and results.

These changes collectively enable the model to capture the effects of uncertain parameters on system operation and economics by evaluating constraints and costs across multiple weighted scenarios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants