-
Notifications
You must be signed in to change notification settings - Fork 55
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
Cost Func Updates #1104
Cost Func Updates #1104
Conversation
add fix to service bid
Massive update documentation for PowerSimulations
("pwl_incremental_cost_test", 3424.43, ThermalBasicUnitCommitment), | ||
("pwl_incremental_fuel_test", 4271.76, ThermalBasicUnitCommitment), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rodrigomha these values should match or the data is wrong.
("pwl_incremental_cost_test", 3424.43, ThermalBasicUnitCommitment), | ||
("pwl_incremental_fuel_test", 4271.76, ThermalBasicUnitCommitment), | ||
("non_convex_io_pwl_cost_test", 3047.14, ThermalBasicUnitCommitment), | ||
("fixed_market_bid_cost", 3047.14, ThermalBasicUnitCommitment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
("fixed_market_bid_cost", 3047.14, ThermalBasicUnitCommitment) | |
("fixed_market_bid_cost", 3047.14, ThermalBasicUnitCommitment), |
"quadratic_fuel_test_ts", | ||
"pwl_io_fuel_test_ts", | ||
"pwl_incremental_fuel_test_ts", | ||
"market_bid_cost" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
"market_bid_cost" | |
"market_bid_cost", |
PiecewiseIncrementalCost and PiecewiseAverageCost are modeled the same way, it's just different representations of the data. |
abd9fe8
to
ef6b674
Compare
…SIIP/PowerSimulations.jl into rh/cost_funcs_updates_psy4
…Sienna/PowerSimulations.jl into rh/cost_funcs_updates_psy4
TODO:
The systems for testing are defined in NREL-Sienna/PowerSystemsTestData#54 and NREL-Sienna/PowerSystemCaseBuilder.jl#87