View source: R/deoptim_cma_es_metaepoch.R
deoptim_cma_es_metaepoch | R Documentation |
Function that generates run_metaepoch function for two level HMS. First level: DE, second level: CMA-ES.
deoptim_cma_es_metaepoch(deoptim_cma_es_config)
deoptim_cma_es_config |
|
list with named fields: solution, population, value. See
ga_metaepoch
for more details.
tree_height <- 2
de_config <- list()
cma_es_config <- list()
config <- list(de_config, cma_es_config)
deoptim_cma_es_metaepoch(config)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.