View source: R/simulation_config.R
| new_simulation_config.chunk_size.heuristic | R Documentation |
Heuristic to calculate optimal chunk size for simulation configuration
new_simulation_config.chunk_size.heuristic(
n_conditions,
n_trials_per_condition,
n_items,
parallel,
n_cores
)
n_conditions |
Total number of conditions to simulate |
n_trials_per_condition |
Number of trials per condition |
n_items |
Number of items per trial |
parallel |
Whether to run in parallel |
n_cores |
Number of cores for parallel processing |
Optimal number of conditions per chunk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.