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.
check_restrictions=False
1 parent 2451e2d commit b4cd21dCopy full SHA for b4cd21d
kernel_tuner/strategies/hillclimbers.py
@@ -80,7 +80,7 @@ def base_hillclimb(base_sol: tuple, neighbor_method: str, max_fevals: int, searc
80
child[index] = val
81
82
# get score for this position
83
- score = cost_func(child, check_restrictions=False)
+ score = cost_func(child)
84
85
# generalize this to other tuning objectives
86
if score < best_score:
0 commit comments