mrc-ide / drjacoby

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

Progress bar #17

Closed pwinskill closed 4 years ago

pwinskill commented 4 years ago

Does the txtProgressBar lead to behaviour of jumping in and out of R from Rcpp @bobverity ?

bobverity commented 4 years ago

Yep, it will do. If we're using it within the MCMC we should only update every so often. Really a maximum of every 1% progress, probably less in practice.

bobverity commented 4 years ago

Checked and is currently being updated every 1% increment only, which should not cause very large overhead.