numerics
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 include/markov/detail/mcmc_impl.hpp.
5/// This file is a placeholder for future non-template MCMC routines
6/// (e.g., Wang-Landau density-of-states estimation, histogram reweighting).
7
9// (intentionally empty -- template implementations live in mcmc_impl.hpp)
10} // namespace num::markov::backends::seq