DubiousCactus / DubiousCactus/fever
Detect determinism of functions
Open
- Dominant language
- Python
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We don't want to cache non-deterministic functions, so using the parameters as the cache key isn't robust. We need a way to detect whether a function is deterministic, but this seems like a very hard problem to solve analytically. Numerically though, it is feasible.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.