ga_cma_es_metaepoch: Function that generates run_metaepoch function for two level...

View source: R/ga_cma_es_metaepoch.R

ga_cma_es_metaepochR Documentation

Function that generates run_metaepoch function for two level HMS. First level: GA, second level: CMA-ES.

Description

Function that generates run_metaepoch function for two level HMS. First level: GA, second level: CMA-ES.

Usage

ga_cma_es_metaepoch(ga_cma_es_config)

Arguments

ga_cma_es_config
  • list that consists of two lists: GA params and CMA-ES params.

Value

list with named fields: solution, population, value. See ga_metaepoch for more details.

Examples

tree_height <- 2
ga_config <- list()
cma_es_config <- list()
config <- list(ga_config, cma_es_config)
ga_cma_es_metaepoch(config)

WojtAcht/hms documentation built on March 16, 2024, 7:51 p.m.