Skip to content

Commit 58f9faa

Browse files
committed
Remove import of unused function from diff_evo
1 parent d034aff commit 58f9faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_tuner/strategies/diff_evo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from kernel_tuner import util
55
from kernel_tuner.searchspace import Searchspace
66
from kernel_tuner.strategies import common
7-
from kernel_tuner.strategies.common import CostFunc, get_bounds
7+
from kernel_tuner.strategies.common import CostFunc
88
from scipy.optimize import differential_evolution
99

1010
supported_methods = ["best1bin", "best1exp", "rand1exp", "randtobest1exp", "best2exp", "rand2exp", "randtobest1bin", "best2bin", "rand2bin", "rand1bin"]

0 commit comments

Comments
 (0)