probcomp / hierarchical-irm

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

Add transition_theta to outer inference code #71

Closed ThomasColthurst closed 4 days ago

ThomasColthurst commented 4 days ago

Also, add Skellam as an HIRM distribution. Also (and this is actually the majority of this change), call init_theta when creating a non-conjugate distribution. init_theta needs a random number generator, so a bunch of relation and irm methods now need to take one of those when they didn't before.