loo icon indicating copy to clipboard operation
loo copied to clipboard

Look into using Mirai

Open VisruthSK opened this issue 4 months ago • 1 comments

Look into where we use parallelization and see which instances rely on forking for major performance benefits.

VisruthSK avatar Oct 21 '25 16:10 VisruthSK

Forking is currently needed to parallelize moment matching because it relies on the model methods of Stan model objects, but other functions should be able to use other parallelization schemes

n-kall avatar Oct 21 '25 17:10 n-kall