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

Extract utils from benchmark #92

Closed lkct closed 1 year ago

lkct commented 1 year ago

Make benchmarker and determinism control separate utils -- can be reused for tests and benchmarks without duplicate code.

However, the API is preliminary and needs refactoring.

Helpful to #61, #87