View source: R/optimize.cores.R
| optimize.cores | R Documentation |
Function to optimize the number of cores used in the generation of new individuals
optimize.cores(
population = NULL,
test.size = 2500,
max.cores = 10,
verbose = TRUE,
plot = TRUE
)
population |
Population list |
test.size |
Number of individuals to generate for each core number (default: 2500) |
max.cores |
Maximum number of cores to test (default: 10) |
verbose |
Set to FALSE to not display any prints |
plot |
Set to FALSE to not generate a plot of computing times per core |
Population-list with one or more additional new traits
population = optimize.cores(max.cores=1, test.size=500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.