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

Expose more Egret options in Prescient #110

Open
2 of 4 tasks
bknueven opened this issue Aug 18, 2021 · 2 comments
Open
2 of 4 tasks

Expose more Egret options in Prescient #110

bknueven opened this issue Aug 18, 2021 · 2 comments
Assignees

Comments

@bknueven
Copy link
Collaborator

bknueven commented Aug 18, 2021

@bknueven bknueven self-assigned this Aug 18, 2021
@bknueven bknueven changed the title Enable different "slack types" in Prescient Expose more Egret options in Prescient Sep 8, 2021
@darrylmelander
Copy link
Collaborator

One way to do this generically is to add a command line option where you specify "extra" egret options.

@bknueven
Copy link
Collaborator Author

Egret options may be in one of two places:

  1. In the system key of the ModelData object. Examples:
    a. reserve_ramping_constraints https://github.com/grid-parity-exchange/Egret/blob/83b371719c4141c794497c0bb89fdd320001c711/egret/model_library/unit_commitment/services.py#L423 (not currently supported in Prescient)
    b. *_price_threshold which gets converted to *_penalty_price for pricing models only. Could allow *_penalty_price to apply to non-pricing models.

  2. Options for solve_unit_commitment: https://github.com/grid-parity-exchange/Egret/blob/83b371719c4141c794497c0bb89fdd320001c711/egret/models/unit_commitment.py#L1614. Could pass things through **kwargs. ptdf_options may be the most significant of these.

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

No branches or pull requests

2 participants