#include <dai/lc.h>
Public Member Functions | |
DAI_ENUM (CavityType, FULL, PAIR, PAIR2, UNIFORM) | |
Enumeration of possible ways to initialize the cavities. | |
DAI_ENUM (UpdateType, SEQFIX, SEQRND) | |
Enumeration of different update schedules. | |
Public Attributes | |
size_t | verbose |
Verbosity (amount of output sent to stderr). | |
size_t | maxiter |
Maximum number of iterations. | |
Real | tol |
Tolerance for convergence test. | |
bool | reinit |
Complete or partial reinitialization of cavity graphs? | |
Real | damping |
Damping constant (0.0 means no damping, 1.0 is maximum damping). | |
CavityType | cavity |
How to initialize the cavities. | |
UpdateType | updates |
What update schedule to use. | |
std::string | cavainame |
Name of the algorithm used to initialize the cavity distributions. | |
PropertySet | cavaiopts |
Parameters for the algorithm used to initialize the cavity distributions. |
dai::LC::Properties::DAI_ENUM | ( | CavityType | , | |
FULL | , | |||
PAIR | , | |||
PAIR2 | , | |||
UNIFORM | ||||
) |
Enumeration of possible ways to initialize the cavities.
The following initialization methods are defined:
false
true
dai::LC::Properties::DAI_ENUM | ( | UpdateType | , | |
SEQFIX | , | |||
SEQRND | ||||
) |
Enumeration of different update schedules.
The following update schedules are defined:
size_t dai::LC::Properties::verbose |
Verbosity (amount of output sent to stderr).
size_t dai::LC::Properties::maxiter |
Maximum number of iterations.
Tolerance for convergence test.
Complete or partial reinitialization of cavity graphs?
Damping constant (0.0 means no damping, 1.0 is maximum damping).
CavityType dai::LC::Properties::cavity |
How to initialize the cavities.
UpdateType dai::LC::Properties::updates |
What update schedule to use.
std::string dai::LC::Properties::cavainame |
Name of the algorithm used to initialize the cavity distributions.
Parameters for the algorithm used to initialize the cavity distributions.