Open deebuls opened 3 years ago
Already implemented library
I found a very detailed article explaining the process of MCMC sampling, Why it is used and with code.
Please do the following.
@HammamWahab I was checking for cpp implementation for the mcmcsampler. (In the meeting we decided that the MCMC sampler is the most important missing puzzle for implementing the library and we focus on it). Here is what you can focus:
The Goal for SDP now has been reduced considerably to implement 1 test case :
@dadi-vardhan @HammamWahab any updates ?
Hello @deebuls we have worked on making the gaussian_tests pass and in which, out of 6 tests 5 were successful. The last test Gaussain_bernoulli_conditional is so much dependent on other classes. So at present we all three are looking into how we can achieve this and will update you once we complete it.
https://github.com/klipto/Uncertainty/blob/master/Uncertain/MarkovChainMonteCarloSampler.cs
The sampler is the main part of the uncertain code.
First try to implement the sampler.