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