tapios / risk-networks

Code for risk networks: a blend of compartmental models, graphs, data assimilation and semi-supervised learning
Other
2 stars 2 forks source link

WIP: Iterated forward DA as a smoother #196

Closed odunbar closed 3 years ago

odunbar commented 3 years ago

We try to find the ICs of the system by accumulating data over a window, then update the initial condition of the window using an EAKF update with the data in a smoothing fashion. This is performed in place of the first backward-forward sweep. We can adjust the number of passes using n_initial_da_iterations where we repeatedly solve over the window and perform an update with the same data.

We are also using this PR to implement what appears to be necessary - regularization in the form of localization and inflation to prevent ensemble collapse.

TODO: