Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 946 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 946 Bytes

pyDPMP

Build Status Coverage Status PyPI

pyDPMP is a Python implementation of the Diverse Particle Max-Product algorithm (D-PMP) for maximum a posteriori estimation in continuous, pairwise Markov random fields as described in Pacheco et al. 2014 and Pacheco et al. 2015.

pyDPMP is compatible with Python 2.7, 3.3, 3.4, and 3.5.

Installation

To install pyDPMP just run

pip install pyDPMP

Examples

Check out the examples/ directory for some examples in the form of IPython notebooks.