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

p2p: PeerTracker. rework scoring system #92

Open
vgonkivs opened this issue Aug 4, 2023 · 0 comments
Open

p2p: PeerTracker. rework scoring system #92

vgonkivs opened this issue Aug 4, 2023 · 0 comments

Comments

@vgonkivs
Copy link
Member

vgonkivs commented Aug 4, 2023

Currently, the score is calculated as an average value between the current request and the previous average value. I believe we can do better. For example, here they are using EVMA.

TLDR:
This is a way of calculating the average value where previous values have a lower weight on some alpha(from 0.1 to 1) than a new one.

We should also consider this approach and try to test it.

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

1 participant