-
Notifications
You must be signed in to change notification settings - Fork 8
Implementation off ggm (but not mixed) #71
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
Open
vandenman
wants to merge
14
commits into
Bayesian-Graphical-Modelling-Lab:ggm_mixed
Choose a base branch
from
vandenman:ggm
base: ggm_mixed
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.
Open
Implementation off ggm (but not mixed) #71
vandenman
wants to merge
14
commits into
Bayesian-Graphical-Modelling-Lab:ggm_mixed
from
vandenman:ggm
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* print mutex for printing for error handling * Init exp be gone for bgm() regular variable. * Add numerical analysis scripts to GH * Init bc model update. * Does not use ExpBeGone trick. * Metropolis works but NUTS not yet. * Fix mrfSampler documentation * Update dev/numerical_analysis files * Fix buildignore. Clean up BC-normalization code. Clean up dev/num_analysis for bc variables * Fix the denominator computations in the pseudolikelihood for Blume-Capel variables * Remove debugging tools for HMC components * Clean up c++ code for Blume-Capel * Update divergent transition warning * Update to prob computation of Blume-Capel variables in bgm() * Exp Be Gone for bgmCompare Bug fix to bgmCompare for BC variables * Cleanup * Update news.md
* Reorganize C++ sources into subdirectories - Move bgm- and bgmCompare-specific C++ code into src/bgm/ and src/bgmCompare/ - Update build system to support C++ sources in subdirectories - Generate src/sources.mk at configure time to list all .cpp files - Include sources.mk from Makevars.in using portable (CRAN-compliant) rules * Finalize C++ refactor: path-qualified headers and single include root - Reorganize remaining C++ files into src/ subdirectories - Include headers relative to src/ and drop per-module -I flags * Use ARMA_MY_LOG instead of arma::log in compute_Vn_mfm_sbm() * Cleanup Makevars.in * Final commit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.