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

Fix issues found by David in #325 #328

Closed
wants to merge 2 commits into from
Closed

Fix issues found by David in #325 #328

wants to merge 2 commits into from

Conversation

yebai
Copy link
Member

@yebai yebai commented Jul 20, 2023

TODO:

  • update proposal API list in README.
  • add a test

- `HMCDA(n_adapts::Int=n_adapts, δ::Float64=δ, λ::Float64=λ)`
- [v0.5.0] **Breaking!** Convenience constructors for common samplers changed to:
- `HMC(init_ϵ, n_leapfrog)`
- `NUTS(n_adapts, target_acceptance)`
Copy link
Member Author

@yebai yebai Jul 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am unsure if we want to hardcode n_adapts as part of the algorithm. Like the number of MCMC samples, the number of adaption steps should be an argument passed to the AbstractMCMC.sample function.

Related: abstract MCMC PR

@JaimeRZP
Copy link
Member

I have also spotted a bug while writing the ReadMe and solved it this PR #329

@yebai
Copy link
Member Author

yebai commented Jul 21, 2023

Thanks, @JaimeRZP. I am closing this PR in favour of yours #329

@yebai yebai closed this Jul 21, 2023
@yebai yebai deleted the yebai-patch-1 branch July 21, 2023 13:16
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.

2 participants