#include <dai/mr.h>
Public Member Functions | |
DAI_ENUM (UpdateType, FULL, LINEAR) | |
Enumeration of different types of update equations. | |
DAI_ENUM (InitType, RESPPROP, CLAMPING, EXACT) | |
Enumeration of different ways of initializing the cavity correlations. | |
Public Attributes | |
size_t | verbose |
Verbosity (amount of output sent to stderr). | |
Real | tol |
Tolerance for convergence test. | |
UpdateType | updates |
Update equations. | |
InitType | inits |
How to initialize the cavity correlations. |
dai::MR::Properties::DAI_ENUM | ( | UpdateType | , | |
FULL | , | |||
LINEAR | ||||
) |
Enumeration of different types of update equations.
The possible update equations are:
dai::MR::Properties::DAI_ENUM | ( | InitType | , | |
RESPPROP | , | |||
CLAMPING | , | |||
EXACT | ||||
) |
Enumeration of different ways of initializing the cavity correlations.
The possible cavity initializations are:
size_t dai::MR::Properties::verbose |
Verbosity (amount of output sent to stderr).
Tolerance for convergence test.
UpdateType dai::MR::Properties::updates |
Update equations.
InitType dai::MR::Properties::inits |
How to initialize the cavity correlations.