april-tools / cirkit

a python framework to build, learn and reason about probabilistic circuits and tensor networks
https://cirkit-docs.readthedocs.io/en/latest/
GNU General Public License v3.0
71 stars 1 forks source link

Implement/test (possibly conditional) sampling routines #55

Closed loreloc closed 1 week ago

loreloc commented 1 year ago
mlnpapez commented 4 days ago

Hi,

The probabilistic inference queries (https://github.com/april-tools/cirkit/blob/fb4554c5e8b418611115d2c56538e5ac67cf31c4/cirkit/backend/torch/queries.py) currently contain only unconditional sampling. Is there a plan to add conditional sampling soon?

Best regards, Milan