datacloning / dclone

Data Cloning and MCMC Tools for Maximum Likelihood Methods
https://github.com/datacloning/dclone
7 stars 2 forks source link

Allow jags.fit messages/cat to come through jags.parfit #16

Open trashbirdecology opened 2 years ago

trashbirdecology commented 2 years ago

Suggest adding feature that allows jags.fit messaging (cat()) to print to console in real-time.

I.e. more information than "parallel computation in progress" would be helpful.

psolymos commented 2 years ago

That would mean chunking up the updating process. That is how {rjags} is producing the progress bar. This would require a quite low level rewrite, e.g. using parUpdate and parCodaSamples.

trashbirdecology commented 2 years ago

worth it ;)

Message ID: @.***>