We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a1e57 commit 974d876Copy full SHA for 974d876
1 file changed
test_driver/run_length_control.py
@@ -9,7 +9,7 @@
9
from accuracies import RELATIVE_ACCURACY, ABSOLUTE_ACCURACY
10
11
# Initial run length
12
-INITIAL_RUN_LENGTH: int = 1000
+INITIAL_RUN_LENGTH: int = 10000
13
# Run length increasing factor
14
RUN_LENGTH_FACTOR: float = 1.
15
# The maximum run length represents a cost constraint.
0 commit comments