mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
(valuation) Tweaking penalties a bit
This commit is contained in:
parent
a19879d494
commit
78c00ad512
@ -221,7 +221,7 @@ public class ResultValuator {
|
||||
if (value < 0)
|
||||
value = 0;
|
||||
|
||||
return Math.sqrt((1.0 + scalingFactor + 5 * penalty) / (1.0 + value));
|
||||
return Math.sqrt((1.0 + scalingFactor + 10 * penalty) / (1.0 + value));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user