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
#484 refactored proposal_generator so that it applies a Metropolis step and introduced asymmetric_proposal_generator that does a Metropolis-Hastings step. These are basic components for many MCMC algorithms. Previous implementations of MCMC algorithms using these basic components should be refactored to use these basic components.
The text was updated successfully, but these errors were encountered:
#484 refactored
proposal_generator
so that it applies a Metropolis step and introducedasymmetric_proposal_generator
that does a Metropolis-Hastings step. These are basic components for many MCMC algorithms. Previous implementations of MCMC algorithms using these basic components should be refactored to use these basic components.The text was updated successfully, but these errors were encountered: