This module is for experimenting with a more traditional inferential approach. The computational model is:
- a graph with a node for each piece of data, sharing edges when they share variables
- marginals for each variable, with a copy at each node that uses it
- message passing between nodes when they update the marginals
Note that due to the heavy use of SSE intrinsics, this module currently only works with gcc.
Author(s): Daniel Russel, Martin Steinegger
Maintainer: benmwebb
License: LGPL This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Publications:
- None