libDAI
Classes | Namespaces
bp_dual.h File Reference

Defines class BP_dual, which is used primarily by BBP. More...

#include <dai/dai_config.h>
#include <dai/daialg.h>
#include <dai/factorgraph.h>
#include <dai/enum.h>

Go to the source code of this file.

Classes

class  dai::BP_dual
 Calculates both types of BP messages and their normalizers from an InfAlg. More...
 
struct  dai::BP_dual::_edges_t< T >
 Convenience label for storing edge properties. More...
 
struct  dai::BP_dual::messages
 Groups together the data structures for storing the two types of messages and their normalizers. More...
 
struct  dai::BP_dual::beliefs
 Groups together the data structures for storing the two types of beliefs and their normalizers. More...
 

Namespaces

 dai
 Namespace for libDAI.
 

Detailed Description

Defines class BP_dual, which is used primarily by BBP.

Idea:
BP_dual replicates a large part of the functionality of BP; would it not be more efficient to adapt BP instead?
Author
Frederik Eaton