rethinkpriorities / squigglepy

Squiggle programming language for intuitive probabilistic estimation features in Python
MIT License
65 stars 8 forks source link

feat: Make `OperableDistribution` hashable #52

Closed bcbernardo closed 1 year ago

bcbernardo commented 1 year ago

This should allow caching results in classes that have operable distributions as attributes.

peterhurford commented 1 year ago

Great idea!