We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27101c commit 0f59155Copy full SHA for 0f59155
examples/algotune/task_adapter.py
@@ -745,7 +745,7 @@ def evaluate(program_path, config=None):
745
config = {{
746
"algotune": {{
747
"num_trials": 5,
748
- "data_size": 500,
+ "data_size": 100,
749
"timeout": 30,
750
"num_runs": 3,
751
"warmup_runs": 1
@@ -961,7 +961,7 @@ def evaluate_stage1(program_path, config=None):
961
962
963
964
965
"timeout": 30
966
}}
967
@@ -1166,7 +1166,7 @@ def replace_latex_command(match):
1166
# AlgoTune task-specific configuration
1167
algotune:
1168
num_trials: 5
1169
- data_size: 500
+ data_size: 100
1170
timeout: 30
1171
num_runs: 3
1172
warmup_runs: 1
0 commit comments