You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I note that BayesianTools package requires the likelihood function to be vectorized for parallel computation. However, it seems that the package will run anyway with option parallel = T, even if the function is not vectorized. When I check the CPU usage, I find that R does not take much resources, so I guess the parallel is probably not turned on. Is there an easy way to check the parallelization is applied? or can the package return a warning note if parallelization is not turned on for whatever reason? Thank you!