R/getSupportedInfillOptFunctions.R

Defines functions getSupportedInfillOptFunctions

Documented in getSupportedInfillOptFunctions

#' @title Get names of supported infill-criteria optimizers.
#' @description
#' None.
#' @return [\code{character}]
#' @export
getSupportedInfillOptFunctions = function() {
  c("cmaes", "focussearch", "ea", "nsga2")
}
mlr-org/mlrMBO documentation built on Oct. 13, 2022, 2:39 p.m.