dispatch_tuning: Execute simulations defined in a SimConfig object

View source: R/dispatch_tuning.R

dispatch_tuningR Documentation

Execute simulations defined in a SimConfig object

Description

Execute simulations defined in a SimConfig object

Usage

dispatch_tuning(
  sim_config,
  use_future = FALSE,
  seed = NULL,
  failure = NULL,
  verbose = 0,
  ...
)

Arguments

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


aescherling/optic-core documentation built on June 15, 2022, 4:56 a.m.