libDAI
Public Attributes | List of all members
dai::Gibbs::Properties Struct Reference

Parameters for Gibbs. More...

#include <dai/gibbs.h>

Public Attributes

size_t maxiter
 Maximum number of iterations.
double maxtime
 Maximum time (in seconds)
size_t restart
 Number of iterations after which a random restart is made.
size_t burnin
 Number of "burn-in" iterations after each (re)start (for which no statistics are gathered)
size_t verbose
 Verbosity (amount of output sent to stderr)

Detailed Description

Parameters for Gibbs.

Member Data Documentation

size_t dai::Gibbs::Properties::maxiter

Maximum number of iterations.

double dai::Gibbs::Properties::maxtime

Maximum time (in seconds)

size_t dai::Gibbs::Properties::restart

Number of iterations after which a random restart is made.

size_t dai::Gibbs::Properties::burnin

Number of "burn-in" iterations after each (re)start (for which no statistics are gathered)

size_t dai::Gibbs::Properties::verbose

Verbosity (amount of output sent to stderr)


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