Conversation
markusheinonen
commented
Mar 18, 2026
- Observe both prey and predator (H=I_2) at dt=0.2 (150 points)
- Laplace(0, 0.005) prior for SINDy-like sparsity on Theta
- SVI config: lr=1e-3, cov_rescaling=2.0, lr_decay=0.5, 2000 steps
- Correctly recovers xy interaction coefficients (Frobenius err ~0.077)
- Includes debug CLI script for systematic experiments
- Observe both prey and predator (H=I_2) at dt=0.2 (150 points) - Laplace(0, 0.005) prior for SINDy-like sparsity on Theta - SVI config: lr=1e-3, cov_rescaling=2.0, lr_decay=0.5, 2000 steps - Correctly recovers xy interaction coefficients (Frobenius err ~0.077) - Includes debug CLI script for systematic experiments
|
Was able to get this notebook to run "perfectly" in #155 . To get things to work better
Instead of |
* add MLL-truth computation and more visualizations * working lv UODE---use EnKF + 2000 adam epochs with lr=1e-3 + fixed posterior predictive filtering plots * reverted to original timeseries length
|
I also just updated this in lieu of #135 |
|
Now that it is working (mostly by using EnKF and running ADAM for longer), we should think about where to put this example.
|
Hmm I think this is a good open question. I think there are two choices for how we use In any case, I think it's a low-cost decision, it's easy to revert this later.
I would get rid of the debugging script if we keep it in |