Closed chaozg closed 2 months ago
Let us try an example to see if NUTS will perform reasonably. How about we attempt the case from here with a Uniform prior instead? https://cuqi-dtu.github.io/CUQI-Book/chapter01/intro_example_short.html
Hi @nabriis , I've tried the update with the simplest BIP, and the result seems reasonable, so this PR is ready for your further review : )
Thank you, Amal. Done as suggested and issue is at https://github.com/CUQI-DTU/CUQI-Book/issues/90
Nice!
fixed #495 .
cuqi.experimental.mcmc
for two demos (see below for MWE code);sample
goes well for all these three samplerswarmup
from NUTS is always stuck at some point and I created a separate issue to keep track of it #529Demo 1: draw samples from Uniform(0, 1) with MALA, ULA and NUTS
Demo 2: solve "Simplest" BIP with MALA, ULA and NUTS
The following plot shows what x1+x2 looks like with the drawn samples