blackjax.smc.tuning.from_particles#
strategies to tune the parameters of mcmc kernels used within SMC, based on particles.
Functions#
|
|
|
|
|
|
|
Implements tuning from section 3.1 from https://arxiv.org/pdf/1808.07730.pdf |
Module Contents#
- mass_matrix_from_particles(particles) blackjax.types.Array [source]#
Implements tuning from section 3.1 from https://arxiv.org/pdf/1808.07730.pdf Computing a mass matrix to be used in HMC from particles. Given the particles covariance matrix, set all non-diagonal elements as zero, take the inverse, and keep the diagonal.
- Return type:
A mass Matrix