probcomp / hierarchical-irm

Probabilistic structure discovery for rich relational systems
Apache License 2.0
1 stars 1 forks source link

Update the outer inference code for distributions with explicit latents #58

Closed emilyfertig closed 2 days ago

emilyfertig commented 2 weeks ago

The outer inference code will need to be updated to include calls to transition theta on all distributions that explicitly represent their la- tents, and the code to initialize the model state will need to include code for sampling initial parameters from the parameter prior.

ThomasColthurst commented 2 days ago

Done in https://github.com/probcomp/hierarchical-irm/pull/71