|
libDAI
|
Defines class HAK, which implements a variant of Generalized Belief Propagation. More...
#include <string>#include <dai/daialg.h>#include <dai/regiongraph.h>#include <dai/enum.h>#include <dai/properties.h>Go to the source code of this file.
Classes | |
| class | dai::HAK |
| Approximate inference algorithm: implementation of single-loop ("Generalized Belief Propagation") and double-loop algorithms by Heskes, Albers and Kappen [HAK03]. More... | |
| struct | dai::HAK::Properties |
| Parameters for HAK. More... | |
Namespaces | |
| namespace | dai |
Namespace for libDAI. | |
Defines class HAK, which implements a variant of Generalized Belief Propagation.
Use ClusterGraph instead of a vector<VarSet> for speed.
Optimize this code for large factor graphs.
Implement GBP parent-child algorithm.
1.7.4