Skip to content

Commit b358265

Browse files
remove unused variable
1 parent 939ea19 commit b358265

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel_tuner/strategies/genetic_algorithm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def tune(searchspace: Searchspace, runner, tuning_options):
2121

2222
options = tuning_options.strategy_options
2323
pop_size, generations, constraint_aware, method, mutation_chance = common.get_options(options, _options)
24-
crossover = supported_methods[method]
2524

2625
GA = GeneticAlgorithm(pop_size, searchspace, constraint_aware, method, mutation_chance)
2726

0 commit comments

Comments
 (0)