Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we use a smoother function for eta? #656

Open
c19 opened this issue Sep 7, 2024 · 1 comment
Open

Can we use a smoother function for eta? #656

c19 opened this issue Sep 7, 2024 · 1 comment

Comments

@c19
Copy link

c19 commented Sep 7, 2024

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.

@djc
Copy link
Member

djc commented Sep 9, 2024

See discussion in #580.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants