disable knob identification

This commit is contained in:
bohanjason 2019-12-15 12:36:49 -05:00 committed by Dana Van Aken
parent ddd97a0973
commit 38f44848af
1 changed files with 1 additions and 1 deletions

View File

@ -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