dai::MF::Properties Struct Reference

Parameters for MF. More...

#include <dai/mf.h>

List of all members.

Public Member Functions

 DAI_ENUM (InitType, UNIFORM, RANDOM)
 Enumeration of possible message initializations.
 DAI_ENUM (UpdateType, NAIVE, HARDSPIN)
 Enumeration of possible update types.

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.
Real damping
 Damping constant (0.0 means no damping, 1.0 is maximum damping).
InitType init
 How to initialize the messages/beliefs.
UpdateType updates
 How to update the messages/beliefs.


Detailed Description

Parameters for MF.

Member Function Documentation

dai::MF::Properties::DAI_ENUM ( InitType  ,
UNIFORM  ,
RANDOM   
)

Enumeration of possible message initializations.

dai::MF::Properties::DAI_ENUM ( UpdateType  ,
NAIVE  ,
HARDSPIN   
)

Enumeration of possible update types.


Member Data Documentation

Verbosity (amount of output sent to stderr).

Maximum number of iterations.

Tolerance for convergence test.

Damping constant (0.0 means no damping, 1.0 is maximum damping).

How to initialize the messages/beliefs.

How to update the messages/beliefs.


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

Generated on Thu Aug 5 19:04:07 2010 for libDAI by  doxygen 1.5.5