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
the new display uses isYout, which is not passed correctly (ie. truncated) by onlinewrapper
I broke the online display for hyperparameters (my bad)
some suffstats are not passed correctly. In particular, as only one point/state is inverted, suffstats does not return any dx infos, only dx0.
I am creating a new branch fix-online to clean up the mess I induced by the change in display.
What is the expected behaviour? All params/HP are displayed as function of time?
The text was updated successfully, but these errors were encountered:
Ok, I think the first two issues are solved in the fix-online branch.
For the last point, I am not sure about what to do.
demo_stochasticBinomial gives an error about the suffstat dimension
demo_lorenz seems to simply fail after few iterations, but maybe that is expected from the online inversion (?)
Main display bugs have been solved in the development branch.
There are still two issues remaining in the toolbox:
online inversion only works with stochastic systems. For deterministic systems, the switch to ODE messes up the state dimension and thus the online recursion.
Online inversion seems to fail after some iterations, at least in some demos (eg. demo_2Dlin). Everything's fine until some timepoint from which no update takes place (state and observation are stuck to the same value). The algorithm throw no errors.
For multiple reasons:
I am creating a new branch
fix-online
to clean up the mess I induced by the change in display.What is the expected behaviour? All params/HP are displayed as function of time?
The text was updated successfully, but these errors were encountered: