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
but easily generalizable. We should implement a utility function, e.g. aemcmc.sampling_loop which, given the outputs of construct_sampler and a number of iterations n_samples returns a graph that generate n_samples.
Using the sampling steps built by AeMCMC in a
scanloop is not straightforward:but easily generalizable. We should implement a utility function, e.g.
aemcmc.sampling_loopwhich, given the outputs ofconstruct_samplerand a number of iterationsn_samplesreturns a graph that generaten_samples.