-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add support for the Ising model #33
base: main
Are you sure you want to change the base?
Conversation
Wait for #8 before merging. |
2d8cb04
to
dd5fab3
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #33 +/- ##
==========================================
+ Coverage 87.08% 88.95% +1.87%
==========================================
Files 20 21 +1
Lines 418 507 +89
==========================================
+ Hits 364 451 +87
- Misses 54 56 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
dd5fab3
to
bc55d68
Compare
The implementation is based on the method by van Borkulo et al. (2014).
Currently using the internal `C++` sampler `IsingSampler:::IsingSamplerCpp`.
The update is due to `:::` not being accepted by CRAN. See this answer: https://stackoverflow.com/a/46098814/5252007.
b635475
to
63bc202
Compare
Addresses, in part, #10.