mrc-ide / drjacoby

Flexible Markov chain monte carlo via reparameterization
https://mrc-ide.github.io/drjacoby/
Other
12 stars 5 forks source link

Misc object passed to likelihood and prior #28

Closed bobverity closed 3 years ago

bobverity commented 4 years ago

Would be useful to allow a separate "misc" object (Rcpp list) to be passed through. For example, for storing lookup tables. I suppose should also have a function called on these misc objects (e.g. initialise_misc()) before MCMC is run to allow initiation of lookups etc?

bobverity commented 3 years ago

Done