Open billdenney opened 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?
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)
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?