-
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
Draft
mihaiconstantin
wants to merge
18
commits into
main
Choose a base branch
from
feat/add-ising-model
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Apr 11, 2023
-
Feat: add implementation for the Ising model
The implementation is based on the method by van Borkulo et al. (2014).
Configuration menu - View commit details
-
Copy full SHA for 8cd5ad2 - Browse repository at this point
Copy the full SHA 8cd5ad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5e03a - Browse repository at this point
Copy the full SHA ea5e03aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e70a7e - Browse repository at this point
Copy the full SHA 7e70a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c152e2e - Browse repository at this point
Copy the full SHA c152e2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a24604 - Browse repository at this point
Copy the full SHA 6a24604View commit details -
Configuration menu - View commit details
-
Copy full SHA for 705d68d - Browse repository at this point
Copy the full SHA 705d68dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2ae8eb - Browse repository at this point
Copy the full SHA a2ae8ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d083789 - Browse repository at this point
Copy the full SHA d083789View commit details -
Perf: swap sampler for
generate
inIsingModel
Currently using the internal `C++` sampler `IsingSampler:::IsingSamplerCpp`.
Configuration menu - View commit details
-
Copy full SHA for a53507d - Browse repository at this point
Copy the full SHA a53507dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3168406 - Browse repository at this point
Copy the full SHA 3168406View commit details -
Fix: update usage of un-exported Ising sampler
The update is due to `:::` not being accepted by CRAN. See this answer: https://stackoverflow.com/a/46098814/5252007.
Configuration menu - View commit details
-
Copy full SHA for 35f82e6 - Browse repository at this point
Copy the full SHA 35f82e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ad37d - Browse repository at this point
Copy the full SHA 68ad37dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5675a9c - Browse repository at this point
Copy the full SHA 5675a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c540d99 - Browse repository at this point
Copy the full SHA c540d99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2512e6a - Browse repository at this point
Copy the full SHA 2512e6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a73d454 - Browse repository at this point
Copy the full SHA a73d454View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1507586 - Browse repository at this point
Copy the full SHA 1507586View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63bc202 - Browse repository at this point
Copy the full SHA 63bc202View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.