jsocolar / flocker

flexible occupancy estimation in R
Other
26 stars 2 forks source link

Allow multithreading for within-chain parallelisation #16

Open SimonCMills opened 3 years ago

jsocolar commented 3 years ago

For sure. I think this might be a heavy lift, fwiw.

jsocolar commented 3 years ago

Extra clarification: I think this will be easy to do for vc models (models without visit-variable detection covariates), and very challenging to do for the vv models.

jsocolar commented 3 years ago

This is now available for vc models!

jsocolar commented 3 years ago

Ok, I think i've figured out how to do this even for V models. Self-assigning.

jsocolar commented 3 years ago

@SimonCMills It turns out this was harder than I thought, for subtle reasons. I won't make progress for the foreseeable future.