Skip to content

Commit 24165ce

Browse files
confirm to option names used by other strategies
1 parent 25c2ef6 commit 24165ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel_tuner/strategies/pymoo_minimize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
supported_crossover_oper_names = list(crossover_oper_dict.keys())
3737

3838
_options = {
39-
"pop_size": ("Initial population size", 20),
39+
"popsize": ("Initial population size", 20),
4040
"crossover_operator": (f"The crossover operator, can be one of {supported_crossover_oper_names}", "two-point-crossover"),
4141
"crossover_prob": ("Crossover probability", 1.0),
4242
"mutation_prob": ("Mutation probability", 0.1),

0 commit comments

Comments
 (0)