treeDecomp

The package treeDecomp computes a tree decomposition of a given graphical model (either a Bayesian network or a Weighted CSP).

Author

Radu_Marinescu

Description

The library contains the implementations of the tree decomposition of a graphical model. The elimination ordering can be computed either by the min-fill heuristic or by the hypergraph partitioning heuristic. The graphical models supported are: Bayesian networks and Weighted CSPs.

Input format

The belief network has to be specified in the Simple_file_format

The Weighted CSP has to be specified in the WCSP_file_format

For some example problems please see our Repository.

Usage

The algorithm is invoked with the following command line arguments:

treeDecomp -f <networkFile> -h <heuristic> -fj <treeDecompFile>

Parameters

Parameters for the algorithm, which can be specified within the parameter file:

Download

A 32-bit Linux binary and an example parameter file is available here.

If you are interested in obtaining the source code, please contact the program author.

References

Kalev Kask, Rina Dechter, Javier Larrosa and Avi Dechter. Unifying Cluster-Tree Decompositions for Reasoning in Graphical Models. In Artificial Intelligence Journal, 2005. Link

treeDecomp (last edited 2008-03-10 19:07:38 by localhost)