ANL-CEEESA / UnitCommitment.jl

Optimization package for the Security-Constrained Unit Commitment Problem
Other
106 stars 24 forks source link

Benchmarking Stochastic UC Solution Methods #33

Open oyurdakul opened 1 year ago

oyurdakul commented 1 year ago

This PR provides a function to compare the performance of the currently supported solution methods (i.e., extensive form and progressive hedging) in solving stochastic unit commitment (SUC) models. The benchmark SUC instances can be constructed by the user based on different test cases with varying scenario numbers.

Would welcome any feedback/suggestions @iSoron!