You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Chase is just an unmaintained branch. We should make it an actual optimizer in Zeus.
Perhaps it's a good idea to generalize it to not just carbon, but time-varying cost. Two concrete instantiations of this:
Carbon intensity changing over time: This is the original Chase.
Electricity price per Wh changing over time: It's really the exact same thing as changing carbon intensity.
In any case, there should be an API supplied to the optimizer that returns the current cost (e.g., carbon intensity or electricity price) at the moment, and the online optimization algorithm will react to it.
The text was updated successfully, but these errors were encountered:
This API might be helpful for this functionality. It allows retrieving real-time and historical carbon intensity values for some countries/regions, as shown in this map.
Currently, Chase is just an unmaintained branch. We should make it an actual optimizer in Zeus.
Perhaps it's a good idea to generalize it to not just carbon, but time-varying cost. Two concrete instantiations of this:
In any case, there should be an API supplied to the optimizer that returns the current cost (e.g., carbon intensity or electricity price) at the moment, and the online optimization algorithm will react to it.
The text was updated successfully, but these errors were encountered: