nlmixr2 / nlmixr2est

nlmixr2 estimation routines
https://nlmixr2.github.io/nlmixr2est/
GNU General Public License v2.0
7 stars 3 forks source link

Theta reset moves out of bounds #454

Open billdenney opened 4 months ago

billdenney commented 4 months ago

While running a (bad) model, a theta reset moved the values outside the allowed range. Can we modify theta reset to ensure that values are in range-- or to change to give an error if it's impossible?

mattfidler commented 4 months ago

Anything is possible given enough time.

Assuming if you are time-costrained you can simply remove the theta reset with:

foceiControl(resetThetaP=0, resetThetaFinalP=0)