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
)Optimal number of conditions per chunk
Total number of conditions to simulate
Number of trials per condition
Number of items per trial
Whether to run in parallel
Number of cores for parallel processing