autoconj
autoconj copied to clipboard
Recognizing and exploiting conjugacy without a domain-specific language
Results
2
autoconj issues
Sort by
recently updated
recently updated
newest added
In Python 3: 1. parens are not allowed around lambda parameters 2. __apply__ was removed from the language 3. __reduce__ was moved into __functools__ to encourage the use of comprehensions...
Hey guys, Very nice work! It seems some of the functions are missing. Here is an example: ``` 44 from autograd.tracer import Node ---> 45 from autograd.util import toposort 46...