Commit 87f4178
authored
Implement support for pytree-valued differential equations (#833)
* Taylor series estimation supports arbitrary pytrees now
* Run Taylor tests for all state-space model factorisations
* Start making the solvers pytree-compatible
* I need a break...
* Only left to update the stats (and the other factorisations)
* Update stats
* Fix terminal-value-LML tests
* Update LML code
* Update remaining stats modules
* Remove print statements from the src
* Fix the last dense test
* Update isotropic implementations
* All tests pass for isotropic & dense implementations
* Update blockdiagonal implementation
* Rerun benchmarks
* Change taylor-coeff notebook to logistic ODE to demonstrate scalar-valued problems
* Delete outdated comments
* Clean up comments
* Delete dead code
* Improve formatting1 parent edca937 commit 87f4178
39 files changed
Lines changed: 383 additions & 330 deletions
File tree
- docs
- benchmarks
- hires
- lotkavolterra
- pleiades
- taylor_fitzhughnagumo
- taylor_node
- taylor_pleiades
- vanderpol
- examples_basic
- probdiffeq
- backend
- impl
- util
- tests
- test_ivpsolvers
- test_ivpsolve
- test_stats
- test_taylor
- data
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments