Skip to content
Snippets Groups Projects
Commit 0563cd85 authored by Luca Moser's avatar Luca Moser
Browse files

increases query sample size to 21

parent 2a1ddd65
Branches
Tags
No related merge requests found
...@@ -31,7 +31,7 @@ func DefaultParameters() *Parameters { ...@@ -31,7 +31,7 @@ func DefaultParameters() *Parameters {
FirstRoundUpperBoundThreshold: 0.75, FirstRoundUpperBoundThreshold: 0.75,
SubsequentRoundsLowerBoundThreshold: 0.50, SubsequentRoundsLowerBoundThreshold: 0.50,
SubsequentRoundsUpperBoundThreshold: 0.67, SubsequentRoundsUpperBoundThreshold: 0.67,
QuerySampleSize: 10, QuerySampleSize: 21,
FinalizationThreshold: 2, FinalizationThreshold: 2,
CoolingOffPeriod: 2, CoolingOffPeriod: 2,
MaxRoundsPerVoteContext: 100, MaxRoundsPerVoteContext: 100,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment