man-roxygen/param_ties_method.R

#' @param ties_method (`character(1)`)\cr
#' The method to break ties when selecting sets while optimizing and when selecting the best set.
#' Can be `"least_features"` or `"random"`.
#' The option `"least_features"` (default) selects the feature set with the least features.
#' If there are multiple best feature sets with the same number of features, one is selected randomly.
#' The `random` method returns a random feature set from the best feature sets.
#' Ignored if multiple measures are used.
mlr-org/mlr3fselect documentation built on July 5, 2025, 3:22 a.m.