View source: R/ecr_metaepoch.R
ecr_metaepoch | R Documentation |
Function that runs one ecr metaepoch. Wrapper function for ecr::ecr.
ecr_metaepoch(config_ecr)
config_ecr |
|
list with named fields: solution, population, value, fitness_values.
See ga_metaepoch
for more details.
tree_height <- 3
empty_config_ecr <- lapply(1:tree_height, function(x) {
list()
})
ecr_metaepoch(empty_config_ecr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.