mod hmc

module hmc

Hamiltonian Monte Carlo inside SA (Method B Phase 1). Hamiltonian Monte Carlo inside SA (Method B Phase 1).

The module exposes Gaussian and q-Gaussian momentum kernels, leapfrog and Omelyan integrators, fixed-length HMC steps, and NUTS-style trajectory adaptation behind the shared sampler trait.

Modules

Re-exports

  • :rust:any:anneal_core::hmc::integrator::HmcIntegrator

  • :rust:any:anneal_core::hmc::integrator::LeapfrogIntegrator

  • :rust:any:anneal_core::hmc::integrator::LeapfrogResult

  • :rust:any:anneal_core::hmc::integrator::OMELYAN_LAMBDA

  • :rust:any:anneal_core::hmc::integrator::OmelyanIntegrator

  • :rust:any:anneal_core::hmc::momentum::GaussianMomentum

  • :rust:any:anneal_core::hmc::momentum::Momentum

  • :rust:any:anneal_core::hmc::momentum::QGaussianMomentum

  • :rust:any:anneal_core::hmc::nuts::NutsSaSampler

  • :rust:any:anneal_core::hmc::nuts::NutsTransition

  • :rust:any:anneal_core::hmc::nuts::nuts_step

  • :rust:any:anneal_core::hmc::sampler::HmcSaSampler