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")
}
berndbischl/mlrMBO documentation built on Oct. 11, 2022, 1:44 p.m.