tBuLi / symfit

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

Jacobian of ODEModel #83

Closed tBuLi closed 6 years ago

tBuLi commented 7 years ago

So far, the Jacobian of ODEModels is determined Numerically. However, in fitting problems with many parameters, the fitting sometimes goes completely of the rails and gives up. I wonder if this could have something to do with not estimating the Jacobian properly, and wether is could be solved by providing it analytically.

So I should investigate again if it is possible to define this analytically.

tBuLi commented 6 years ago

Fixed with finite differences