Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmarking Stochastic UC Solution Methods #33

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

oyurdakul
Copy link
Contributor

@oyurdakul oyurdakul commented Jun 17, 2023

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.

  • The file docs/src/usage.md is updated to illustrate how the provided function can be used for benchmarking.
  • In merging progressive hedging #32 to ANL-CEEESA:dev, PHFinalResult struct was taken out assumingly to ensure consistency with the other optimize! methods. One concern that arises with this is that it will become challenging to obtain the global objective function value of the aggregate UC model, because the JuMP model in each process has its own objective value and it is oblivious to the global objective value of the aggregate UC model. The solution dictionary (merged from all processes) does not track the global objective value either. For this reason, I had to add PHFinalResult to structs.jl and return it in optimize!.
  • The created scenarios and computed solutions are written to the temporary directory.
  • The julia script executed by each process in PH, ph_subp.jl, is included inside the package, which is called by the benchmarking function.

Would welcome any feedback/suggestions @iSoron!

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.

1 participant