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")
}
pday2/mlrMBO_mP documentation built on July 21, 2020, 12:16 a.m.