Initialise Model Runs for PDA

pda.init.run(settings, con, my.write.config, workflow.id, params,
  n = ifelse(is.null(dim(params)), 1, nrow(params)),
  run.names = paste("run", 1:n, sep = "."))

Arguments

all

params are the identically named variables in pda.mcmc / pda.emulator

Value

Vector of run IDs for all model runs that were set up (including write.configs)