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
In order to avoid performance issues and problems with AD, we should stop using closures in the model. This should be as easy as passing the whole simulation struct, which should have everything needed, including the theta parameters to be optimized.
The text was updated successfully, but these errors were encountered:
In order to avoid performance issues and problems with AD, we should stop using closures in the model. This should be as easy as passing the whole
simulation
struct, which should have everything needed, including the theta parameters to be optimized.The text was updated successfully, but these errors were encountered: