Skip to content

Add a test for valid gradients of MLL in KF#212

Closed
DanWaxman wants to merge 1 commit intostate-space-models:mainfrom
DanWaxman:dw-add-grad-test
Closed

Add a test for valid gradients of MLL in KF#212
DanWaxman wants to merge 1 commit intostate-space-models:mainfrom
DanWaxman:dw-add-grad-test

Conversation

@DanWaxman
Copy link
Collaborator

This PR adds a simple LTI system and a filtering loop in test_kalman.py. These tests currently fail for parallel=True when evaluating score estimates w.r.t. F, chol_Q, H, and chol_R. These appear to be due to the tria calls in the corresponding filter_operator; adding diagonal jitters to these results in finite estimates.

This PR adds a simple LTI system and a filtering loop in test_kalman.py. These tests currently fail for `parallel=True` when evaluating score estimates w.r.t. F, chol_Q, H, and chol_R. These appear to be due to the `tria` calls in the corresponding `filter_operator`; adding diagonal jitters to these results in finite estimates.
@AdrienCorenflos
Copy link
Contributor

Covered by #213 using proper gradient tests with finite difference comparison.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants