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