Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure of hierarchy of R6 classes, tune_tf and tune_r #777

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

njtierney
Copy link
Collaborator

Resolves #775 - tries to do:

old:

  • inference --> sampler --> hmc_sampler / slice_sampler / rwmh_sampler / adaptive_hmc_sampler

new:

  • inference --> sampler --> tune_r --> hmc_sampler / slice_sampler / rwmh_sampler
  • inference --> sampler --> tune_tf --> adaptive_hmc_sampler / ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slight restructure of hierarchy of sampler class
1 participant