We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
One way to do this generically is to add a command line option where you specify "extra" egret options.
Sorry, something went wrong.
Egret options may be in one of two places:
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.
system
reserve_ramping_constraints
*_price_threshold
*_penalty_price
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.
solve_unit_commitment
**kwargs
ptdf_options
darrylmelander
bknueven
No branches or pull requests
The text was updated successfully, but these errors were encountered: