-
Notifications
You must be signed in to change notification settings - Fork 0
Description
We should ramp benefit up and down by day of year and flow value. Flow value code already exists, but time code doesn't. If we establish a day of year window (a week?) or a per-component day of year window to ramp with, then we can make a benefit multiplier based on that.
If we refactor the code a bit, the same calculations can be used, but with the qs being class variables, we'd need to think about how to repurpose the ramping code. Might also not want to center the slope on the day of year values, but have it ramp up and be at 1 at the beginning of the time window and ramp down starting after the time window is over. Consider best way to reuse code and include both and multiply them together.
Also would then need to add it to the thesis LaTeX