From 38f44848afc88f3589dc7c7d9825ebc085e2a78f Mon Sep 17 00:00:00 2001 From: bohanjason Date: Sun, 15 Dec 2019 12:36:49 -0500 Subject: [PATCH] disable knob identification --- server/website/website/settings/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/website/website/settings/constants.py b/server/website/website/settings/constants.py index 2944a07..b8ef28b 100644 --- a/server/website/website/settings/constants.py +++ b/server/website/website/settings/constants.py @@ -14,7 +14,7 @@ NUM_SAMPLES = 30 # the number of selected tuning knobs # set it to a large value if you want to disable the knob identification # phase (i.e. tune all session knobs) -IMPORTANT_KNOB_NUMBER = 10 +IMPORTANT_KNOB_NUMBER = 10000 # top K config with best performance put into prediction TOP_NUM_CONFIG = 10