numerics 0.1.0
Loading...
Searching...
No Matches
num::IsMCMCAlg Concept Reference

An MCMC algorithm tag. More...

#include <algorithms.hpp>

Concept definition

template<typename A>
concept num::IsMCMCAlg = std::same_as<std::remove_cvref_t<A>, Metropolis>
An MCMC algorithm tag.

Detailed Description

An MCMC algorithm tag.

Definition at line 70 of file algorithms.hpp.