mcmc icon indicating copy to clipboard operation
mcmc copied to clipboard

A C++ library of Markov Chain Monte Carlo (MCMC) methods

Results 3 mcmc issues
Sort by recently updated
recently updated
newest added

When using multiple runs of the same MCMC algorithm (and settings) with bounds, sometimes it will return a 0 acceptance rate and fail, while other runs will work as expected....

after installing mcmclib ``` include/mcmc/misc/mcmc_options.hpp:208:10: fatal error: 'BaseMatrixOps/include/BaseMatrixOps.hpp' file not found ``` so I must add include path "mcmc/" ``` -I/path/to/mcmc/include/mcmc/ ``` I thought the line ``` #include "BaseMatrixOps/include/BaseMatrixOps.hpp" ```...

Hi @kthohr, Thanks alot for the very cool repo! May I just point out some notes, and would so appreciate if you could help clarify. Using `mcmc` as a shared...