ecr_metaepoch {hmsr} | R Documentation |
Function that runs one ecr metaepoch. Wrapper function for ecr::ecr.
Description
Function that runs one ecr metaepoch. Wrapper function for ecr::ecr.
Usage
ecr_metaepoch(config_ecr)
Arguments
config_ecr |
|
Value
list with named fields: solution, population, value. See
ga_metaepoch
for more details.
Examples
tree_height <- 3
empty_config_ecr <- lapply(1:tree_height, function(x) {
list()
})
ecr_metaepoch(empty_config_ecr)
[Package hmsr version 1.0.1 Index]