| run_simulation_parallel | R Documentation |
This function runs a complete simulation across multiple conditions using parallel processing. It splits the conditions into chunks and processes each chunk on separate cores. Each condition has multiple trials and items. It uses the hierarchical structure: prior -> condition -> trial -> item. All parameters are taken from the configuration object.
run_simulation_parallel(config, output_dir)
config |
A eam_simulation_config object |
output_dir |
The base output directory |
No return value (results saved to disk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.