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