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 GISTStatefrom blackjax.mcmc.composed import GISTInfofrom blackjax.mcmc.composed import initfrom blackjax.mcmc.composed import build_kernelfrom blackjax.mcmc.composed._seam import as_top_level_api