shared_experiment_helpers_args | R Documentation |
Arguments that are shared by multiple Experiment helper funs.
checkpoint_n_reps |
The number of experiment replicates to compute before saving results to disk. If 0 (the default), no checkpoints are saved. |
dgp |
A |
evaluator |
An |
eval_results |
A list of result tibbles, as returned by
|
experiment |
An |
fit_results |
A tibble, as returned by |
future.globals |
Character vector of names in the global environment to
pass to parallel workers. Passed as the argument of the same name to
|
future.packages |
Character vector of packages required by parallel
workers. Passed as the argument of the same name to
|
future.seed |
Passed as the argument of the same name in
|
method |
A |
n_reps |
The number of replicates of the |
parallel_strategy |
A vector with some combination of "reps", "dgps", or "methods". Determines how computation will be distributed across available resources. Currently only the default, "reps", is supported. |
save |
If |
use_cached |
Logical. If |
vary_params |
A vector of |
verbose |
Level of verbosity. Default is 1, which prints out messages after major checkpoints in the experiment. If 2, prints additional debugging information for warnings and messages from user-defined functions (in addition to error debugging information). If 0, no messages are printed other than user-defined function error debugging information. |
visualizer |
A |
... |
Not used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.