View source: R/dispatch_tuning.R
dispatch_tuning | R Documentation |
Execute simulations defined in a SimConfig object
dispatch_tuning( sim_config, use_future = FALSE, seed = NULL, failure = NULL, verbose = 0, ... )
sim_config |
SimConfig object created using 'create_config' |
use_future |
default FALSE, set to TRUE if you have already setup a future plan (e.g., multiprocess, cluster, etc) and would like for the iterations to be run in parallel |
seed |
if not null, will use the index of the simulation * seed provided for each indepdendent set of simulations |
verbose |
default TRUE, have the dispatcher tell you what's currently running |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.