aesara-devs / aehmc

An HMC/NUTS implementation in Aesara
MIT License
33 stars 6 forks source link

Change the use of "optimize" to "rewrite" #78

Closed rlouf closed 2 years ago

rlouf commented 2 years ago

https://github.com/aesara-devs/aesara/pull/1054 in Aesara replaces the use of "optimize" with "rewrite". AeHMC will need to adapt to the API change.

brandonwillard commented 2 years ago

I don't think I saw any imports from the old "optimization" modules, so this might not involve any changes.

rlouf commented 2 years ago

optimize_graph is called in utils.py.