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
In senarios inc happens not evenly in time, but a burst in certain periods, eta would jump high and low drastically. for example, _ means no inc, . means one inc. like this:
In senarios inc happens not evenly in time, but a burst in certain periods, eta would jump high and low drastically. for example,
_
means no inc,.
means one inc. like this:current eta seems like eta = elapsed_time/position*length-elapsed_time
A new update like new_eta = previous_eta * 0.75 + eta * 0.25 would make the eta smoother.
The text was updated successfully, but these errors were encountered: