Skip to content

Commit

Permalink
fix: focus search double shrinked tag
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jun 27, 2024
1 parent d2046a2 commit 6ae723e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/OptimizerBatchFocusSearch.R
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ shrink_ps = function(param_set, x, check.feasible = FALSE) {
# for ParamLgls we cannot specify levels; instead we set a default
do.call(ps, structure(list(
p_lgl(special_vals = param$special_vals[[pid]],
default = levels, tags = c(param$tags[[pid]], "shrinked"),
default = levels, tags = unique(c(param$tags[[pid]], "shrinked")),
trafo = param_trafos[[pid]])
), names = pid))
}
Expand Down

0 comments on commit 6ae723e

Please sign in to comment.