mrc-ide / drjacoby

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

Pass data in as Rcpp::List #23

Closed bobverity closed 3 years ago

bobverity commented 4 years ago

Should be possible to pass data in as a list, given that it is static. Would require proper versioning as would break any likelihoods passed in using earlier version of the software.

bobverity commented 3 years ago

Done