numerics 0.1.0
Loading...
Searching...
No Matches
markov.cpp
Go to the documentation of this file.
1/// @file stochastic/backends/seq/markov.cpp
2/// @brief Sequential Markov chain Monte Carlo backend.
3///
4/// All sweep logic is header-only templates in
5/// include/stochastic/detail/mcmc_impl.hpp. This file is a placeholder for
6/// future non-template MCMC routines (e.g., Wang-Landau density-of-states
7/// estimation, histogram reweighting).
8/// @todo Add concrete sequential density-of-states and histogram reweighting
9/// routines once the stochastic API moves beyond template sweep kernels.
10
12// (intentionally empty -- template implementations live in mcmc_impl.hpp)
13} // namespace num::markov::backends::seq