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
9
namespace
num::markov::backends::seq
{
10
// (intentionally empty -- template implementations live in mcmc_impl.hpp)
11
}
// namespace num::markov::backends::seq
num::markov::backends::seq
Definition
markov.cpp:9
src
stochastic
backends
seq
markov.cpp
Generated by
1.9.8