numerics 0.1.0
Loading...
Searching...
No Matches
num::markov::UmbrellaWindow Struct Reference

Window constraint for umbrella sampling. More...

#include <mcmc.hpp>

Public Member Functions

bool contains (idx v) const
 

Public Attributes

idx lo = 0
 Lower bound (inclusive)
 
idx hi = 0
 Upper bound (inclusive)
 

Detailed Description

Window constraint for umbrella sampling.

Definition at line 55 of file mcmc.hpp.

Member Function Documentation

◆ contains()

bool num::markov::UmbrellaWindow::contains ( idx  v) const
inline

Definition at line 58 of file mcmc.hpp.

References hi, and lo.

Referenced by num::markov::umbrella_sweep(), and num::markov::umbrella_sweep_prob().

Member Data Documentation

◆ hi

idx num::markov::UmbrellaWindow::hi = 0

Upper bound (inclusive)

Definition at line 57 of file mcmc.hpp.

Referenced by contains().

◆ lo

idx num::markov::UmbrellaWindow::lo = 0

Lower bound (inclusive)

Definition at line 56 of file mcmc.hpp.

Referenced by contains().


The documentation for this struct was generated from the following file: