tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
232 stars 17 forks source link

Models should be recursive #360

Open pckroon opened 1 year ago

pckroon commented 1 year ago

Related to #251

Models should accept Models as components. This becomes particularly important when you want to mix ODEModels with "normal" Models, which is currently impossible.