This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Tags: vicariousinc/PGMax
Tags
Refactoring factor groups; Support setting initial messages (#60) * Refactor * Fix tests * Checkpoint * Outline for message manipulation * Set messages given a pair of factor and variable * Implement beliefs spreading * Implement getitem * Implement value * Refactor * Fix examples and tests * Update coverage reporting * Tests * Tests * Test message manipulation * Improve coverage * Full coverage * Docstrings * Simplify behavior for single variable group * Change default naming convention * Add ising model example; Fix crash * Standalone evidence * Update examples * Support getitem for evidence * Docstrings * Fix crash; full coverage * Update ising model example notebook * Check duplicate names * Support setting evidence for single factor group * Comments