R/getAlgorithmNames.R

Defines functions getAlgorithmNames

Documented in getAlgorithmNames

#' Returns algorithm names of scenario.
#'
#' @param asscenario [\code{\link{ASScenario}}]\cr
#'   Algorithm selection scenario.
#' @return [\code{character}].
#' @export
getAlgorithmNames = function(asscenario) {
  names(asscenario$desc$metainfo_algorithms)
}

Try the aslib package in your browser

Any scripts or data that you put into this service are public.

aslib documentation built on Aug. 25, 2022, 9:09 a.m.