issues
search
probsys
/
sppl
Probabilistic programming system for fast and exact symbolic inference
Apache License 2.0
76
stars
10
forks
source link
Add API for disabling memoization altogether
#95
Closed
fsaad
closed
4 years ago
fsaad
commented
4 years ago
The options will be:
memo=None
, which using default built-in memoization.
memo=(x::Memo)
, which uses the given memo table.
memo=False
, which disables memoziation altogether.
The options will be:
memo=None
, which using default built-in memoization.memo=(x::Memo)
, which uses the given memo table.memo=False
, which disables memoziation altogether.