R/mutation_operators.R

#' Mutation operators available
#' 
#' List all available mutation operators in the ExpDE package
#' 
#' @return Character vector with the names of all mutation operators
#' 
#' @export

mutation_operators <- function(){
  c("best",
    "current-to-pbest",
    "mean",
    "none",
    "rand",
    "wgi")
}
fcampelo/ExpDE documentation built on May 16, 2019, 12:04 p.m.