![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Metropolis based predicate. More...
#include <Metropolis_predicate.hpp>
Public Types | |
typedef T_Metropolis_predicate< FT > | Self |
typedef boost::mt19937 | RNG_type |
Constructors | |
T_Metropolis_predicate (const FT &Boltz_K=1., const FT &T=0) | |
Mandatory Requirements | |
bool | operator() (const FT &x, bool is_random_dice=true) |
Metropolis based predicate.
Metropolis based predicate.
FT | Number type used in the test (default is double). |
typedef boost::mt19937 RNG_type |
typedef T_Metropolis_predicate<FT> Self |
|
inline |
|
inline |