nlmixr2 / rxode2

rxode2
https://nlmixr2.github.io/rxode2/
GNU General Public License v3.0
28 stars 8 forks source link

Feature Request boost ode solving engines #209

Closed mattfidler closed 2 years ago

mattfidler commented 2 years ago

This allows Adams method, which is used by monolix:

(Adams methods for non stiff ODEs, and Backward Differentiation Formulas methods for stiff ODEs)

The absolute and relative tolerance for the numerical resolutions are 1e-6 and 1e-3 respectively for nonStiff ODEs and 1e-9 and 1e-6 respectively for stiff ODEs .

mattfidler commented 2 years ago

Or odeint

http://headmyshoulder.github.io/odeint-v2/

mattfidler commented 2 years ago

For now, simply keep it and show the difference.