Pathfinder options in brms

How do I enable pathfinder paths to run in parallel on brms?

It’s the threads aregument:

brm(..., algorithm = "pathfinder", backend = "cmdstanr", threads = 2)

I could’ve sworn that I tried that but it now works. Thanks for the quick response!

1 Like