mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
fix: update runner max loop to 1 in DS scenario (#820)
This commit is contained in:
@@ -32,7 +32,7 @@ class DataScienceBasePropSetting(KaggleBasePropSetting):
|
||||
max_trace_hist: int = 3
|
||||
|
||||
coder_max_loop: int = 10
|
||||
runner_max_loop: int = 3
|
||||
runner_max_loop: int = 1
|
||||
|
||||
rule_base_eval: bool = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user