zach401 / acnportal

Research tools for the Adaptive Charging Network
BSD 3-Clause "New" or "Revised" License
75 stars 32 forks source link

ENH: Algorithms should use `estimated_departure` instead of `departure`. #93

Open zach401 opened 3 years ago

zach401 commented 3 years ago

Is your feature request related to a problem? Please describe. Currently algorithms within ACN-Sim use the real departure of the EV. However, this value is not always known perfectly, so instead we should use estimated_departure which can be provided based on real data taken from the user OR predicted in some other way.

Describe the solution you'd like Replace departure with estimated_departure in ACN-Sim algorithms.