More advanced PDE support in dynestyx - #309
Draft
MatthieuDarcy wants to merge 20 commits into
Draft
Conversation
EnKF and now supports sparse observation matrices (PF already did this). EKF and KF will raise a warning if a sparse matrix is passed and this is likely to break under the hood. Added a couple tests to verify that computation is the same for both sparse and dense matrices.
KF will now raise an error. EKF will raise a warning, indicating that the computation is supported but likely inefficient.
Added tests to check warnings/error messages as well verification that computation is identical.
Brings in sparse-matrix support for EnKF/EKF filters (observation handling, cuthbert/cd_dynamax discrete filters) from BasisResearch/dynestyx@enkf_sparse_support. No file overlap with pde_v2's own changes, so the merge applied cleanly.
Fist tutorial illustrating: 1. random sensor placements + interpolation 2. use of sparse observation matrices 3. gp prior
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a tutorial and some utilities for filtering with PDEs: