Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 752 Bytes

File metadata and controls

13 lines (7 loc) · 752 Bytes

Generation Expansion Planning (GEP) models considering uncertainties on renewable energy resources (RES) using python/pyomo

The following files solve the GEP problem for three scenarios of wind and solar production using different approaches:

  • Stochastic-GEP.py: Two-Stage Stochastic Generation Expansion Planning

The models are developed in Pyomo v6.7 and solved using HiGHS.

The main references to model the optimization problems are:

[1] Optimization Techniques by Andrés Ramos Galán

[2] Good Optimization Modeling Practices using Pyomo