R/recombination_operators.R

#' Recombination operators available
#' 
#' List all available recombination operators in the ExpDE package
#' 
#' @return Character vector with the names of all recombination operator 
#'         routines
#' 
#' @export

recombination_operators <- function(){
  c("arith", 
  "bin",
  "blxAlphaBeta",
  "eigen",
  "exp",
  "geo",
  "lbga",
  "linear",
  "mmax",
  "npoint",
  "none",
  "onepoint",
  "pbest",
  "sbx",
  "wright")
}
fcampelo/ExpDE documentation built on May 16, 2019, 12:04 p.m.