Closed osorensen closed 8 months ago
This should be replaced by a one-line call to a function, something like reporter.report(t). Creating a Reporter class would also make it easier to add more sophisticated monitoring options later.
reporter.report(t)
https://github.com/ocbe-uio/BayesMallows/blob/8850531c2bb231bd032b5909d8e64cdd00c9d654/src/run_mcmc.cpp#L33-L39
This should be replaced by a one-line call to a function, something like
reporter.report(t)
. Creating a Reporter class would also make it easier to add more sophisticated monitoring options later.https://github.com/ocbe-uio/BayesMallows/blob/8850531c2bb231bd032b5909d8e64cdd00c9d654/src/run_mcmc.cpp#L33-L39