aesara-devs / aehmc

An HMC/NUTS implementation in Aesara

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change the use of "optimize" to "rewrite"

rlouf opened this issue · comments

aesara-devs/aesara#1054 in Aesara replaces the use of "optimize" with "rewrite". AeHMC will need to adapt to the API change.

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

optimize_graph is called in utils.py.