CVODE_BDF outperforms Julia solvers for stiff system biology model?

We found what CVODE is doing differently here. Turns out that on the chosen problem the nonlinear solvers seem to always converge in one iteration, while our method always did at least two iterations to check the convergence rate. We just need to add a fast path for that behavior.

That should merge by the end of the week.

2 Likes