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 d034aff commit 58f9faaCopy full SHA for 58f9faa
kernel_tuner/strategies/diff_evo.py
@@ -4,7 +4,7 @@
4
from kernel_tuner import util
5
from kernel_tuner.searchspace import Searchspace
6
from kernel_tuner.strategies import common
7
-from kernel_tuner.strategies.common import CostFunc, get_bounds
+from kernel_tuner.strategies.common import CostFunc
8
from scipy.optimize import differential_evolution
9
10
supported_methods = ["best1bin", "best1exp", "rand1exp", "randtobest1exp", "best2exp", "rand2exp", "randtobest1bin", "best2bin", "rand2bin", "rand1bin"]
0 commit comments