You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that all the time additive cases should be just special cases of the recursive model with rho == alpha --> true.
Thus, if we are happy with the performance of the recursive model (that's the big gain I see from attacking the additive model directly), we should be able to just call the same code with that restriction imposed.
I was worried there would be algebra that made things blow up, but I hadn't thought about this. If simply letting rho = alpha gives us time-additive then we should forget having subdirectories especially for time-additive. I will make this change.
We need to solve the following models
The text was updated successfully, but these errors were encountered: