blackjax.mcmc.gist

blackjax.mcmc.gist#

Back-compatibility shim — use blackjax.mcmc.composed instead.

Deprecated since version Importing: from blackjax.mcmc.gist is deprecated. The module has been reorganised into the blackjax.mcmc.composed sub-package (the general GIST kernel spine now lives in blackjax.mcmc.composed._seam). All public names are still importable; update your imports to use the new location:

  • from blackjax.mcmc.composed import GISTState

  • from blackjax.mcmc.composed import GISTInfo

  • from blackjax.mcmc.composed import init

  • from blackjax.mcmc.composed import build_kernel

  • from blackjax.mcmc.composed._seam import as_top_level_api