Learn R Programming

hmsr (version 1.0.1)

ecr_metaepoch: 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)

Value

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

Arguments

config_ecr
  • list of ecr::ecr params

Examples

Run this code
tree_height <- 3
empty_config_ecr <- lapply(1:tree_height, function(x) {
  list()
})
ecr_metaepoch(empty_config_ecr)

Run the code above in your browser using DataLab