How to efficiently parallelize brms::brm?
问题 Problem summary I am fitting a brms::brm_multiple() model to a large dataset where missing data has been imputed using the mice package. The size of the dataset makes the use of parallel processing very desirable. However, it isn't clear to me how to best use the compute resources because I am unclear about how brms divides sampling on the imputed dataset among cores. How can I choose the following to maximize efficient use of compute resources? number of imputations ( m ) number of chains (