powered by
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-list with one or more additional new traits
Population list
Number of individuals to generate for each core number (default: 2500)
Maximum number of cores to test (default: 10)
Set to FALSE to not display any prints
Set to FALSE to not generate a plot of computing times per core
population = optimize.cores(max.cores=1, test.size=500)
Run the code above in your browser using DataLab