-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds a new data_request mechanism which can be used to request the power generation of a unit or the market price of a market. This is needed for contracts, which are developed in a follow-up PR * add data_request mechanism to market and units_operator * do not shadow on_stop and setup methods * unify usage of start_time and end_time This allows workflows like: 1. request market_price of last week from market 2. wait for result from market 3. calculate contract result (e. g. hours in which the price is above or below some value) in the contract_market_agent
- Loading branch information
Showing
7 changed files
with
1,009 additions
and
398 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.