You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, possibly we could use this opportunity to redesign reporting in case a unified progress bar is desired. Eg before the very first warmup stage, mcmc_keep_warmup could communicate to reporter
the number of stages (including warmup)
meta information about each (is it a warmup stage, etc)
the number of steps (if known)
Eg practically something like [(name = "find the optimum", steps = nothing, is_warmup = true), ...] but I need to think a bit about the interface. reporter would save this information and could use it on demand, with each stage given an index.
In other tools, I like a composite/hierarchical progress indicator. E.g. one for each chain and another for the whole job. I dunno if that would need any particular support from DynamicHMC, I'm mentioning it just in case.
Activity
ProgressMeter.jl
#136tpapp commentedon Sep 10, 2020
Also, possibly we could use this opportunity to redesign reporting in case a unified progress bar is desired. Eg before the very first warmup stage,
mcmc_keep_warmup
could communicate toreporter
Eg practically something like
[(name = "find the optimum", steps = nothing, is_warmup = true), ...]
but I need to think a bit about the interface.reporter
would save this information and could use it on demand, with each stage given an index.jtrakk commentedon Apr 18, 2021
In other tools, I like a composite/hierarchical progress indicator. E.g. one for each chain and another for the whole job. I dunno if that would need any particular support from DynamicHMC, I'm mentioning it just in case.