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

Limit lowest possible sub-score for a host #1626

Merged
merged 3 commits into from
Oct 29, 2024
Merged

Conversation

ChrisSchinnerl
Copy link
Member

Closes #1595

The value 0.1 was picked mostly because it seemed reasonable that when comparing a perfect host to another one that fails in a single category would be 10x more likely to get picked as a host.
Similarly when compared to a host that fails in every category a perfect host would be 10,000,000x more likely to be picked.

So there is still an exponential component to it but the approach in this PR lessens the impact of potential temporary issues or bugs.

@ChrisSchinnerl ChrisSchinnerl merged commit e528e95 into dev Oct 29, 2024
9 checks passed
@ChrisSchinnerl ChrisSchinnerl deleted the chris/clamp-score branch October 29, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Smallest individual score should be 0.1 instead of SmallestNonZeroFloat
2 participants