Skip to contents

A vector of strings containing the names of the CMAES variants. See https://cma-es.github.io/libcmaes/doc/html/classlibcmaes_1_1CMAParameters.html for details.

Usage

cmaes_algos

Value

A character vector of algorithm names.

Examples

cmaes_algos
#>  [1] "cmaes"      "ipop"       "bipop"      "acmaes"     "aipop"     
#>  [6] "abipop"     "sepcmaes"   "sepipop"    "sepbipop"   "sepacmaes" 
#> [11] "sepaipop"   "sepabipop"  "vdcma"      "vdipopcma"  "vdbipopcma"