diprism / fggs

Factor Graph Grammars in Python
MIT License
13 stars 3 forks source link

Use in-place operations when possible #145

Open davidweichiang opened 2 years ago

davidweichiang commented 2 years ago

The sum-product routines use a lot of out-of-place operations and could be sped up slightly by using more in-place operations.