-
I've recently been thinking about the implementation details for both `@Samplers` and `@Processors`. In particular, under the current framework, each type of node, for example: `RealVariable`, `Unroot…
-
Hi, first of all, really nice package!
I'm running MCMC chains in Stan, since computing the gradient of my distribution is not trivial and Stan's autodiff does it for me.
I wanted then to use the …
-
In your book page 76, Code 3.11 :
run_mcmc = tf.function(
tfp.experimental.mcmc.windowed_adaptive_nuts,
autograph=False, jit_compile=True)
mcmc_samples, sampler_stats = run_mcmc(
10…
-
Hello.
I am trying to run some Temperature replica exchange simulations for small molecules. The relevant part of my script is as follows.
```
# Set up the temperature range for replicas
n_replica…
-
Hello,
I have been using the minimize function in ReplicaExchangeSampler to minimize a set of replicas in different alchemical states like this:
_lsd_move = openmmtools.mcmc.LangevinSplittingDyn…
-
Neither the `posterior_predictive` nor the `posterior_predictive_branch` samplers check for the existence of functional "r" random generation functions. This causes a problem in the case of user-defi…
-
![trace](https://user-images.githubusercontent.com/3687111/83066964-c40fe480-a05d-11ea-91ae-ce5265955ea4.PNG)
![trace1](https://user-images.githubusercontent.com/3687111/83067760-21f0fc00-a05f-11ea-9…
-
Hi,
First, I'm really glad someone has started a project like this for Julia as the language has a lot of potential for implementing MCMC algorithms. I'd like to propose some small extensions to the…
nfoti updated
11 years ago
-
I should implement MultiNest (specifically [PyMultiNest](https://github.com/JohannesBuchner/PyMultiNest)) as nested sampling typically converges more quickly than MCMC and can handle multi-modal poste…
-
I thank reviewer 3 for raising this issue (rephrased by AHL):
The normalised curvature matrix [used to find the optimal value of alpha] is constructed numerically from chi2 using a forward Euler me…