BayesFlow
BayesFlow copied to clipboard
Integrators Refactor
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.