BayesFlow icon indicating copy to clipboard operation
BayesFlow copied to clipboard

Integrators Refactor

Open Chase-Grajeda opened this issue 1 year ago • 0 comments

WIP

Moved networks from Integrator classes to flow_matching.py. Moved repetitive velocity definitions to integrator.py from euler.py, runge_kutta.py, and runge_kutta_4.py. Removed keras inheritance from Integrator. Updated call override signature in euler.py, runge_kutta.py, and runge_kutta_4.py. Removed build methods from Integrator classes.

Chase-Grajeda avatar Oct 15 '24 13:10 Chase-Grajeda