Commit dc68957
Save fix for
* Langevin PR (#453)
* Langevin PR
* Minor fixes
* removed the SORT solver (superseded by QUICSORT)
* made LangevinTerm.term a static field
* temporary fix for _term_compatible and LangevinTerm
* Fixed LangevinTerm YAAAYYYYY
* Nits
* Added Langevin docs, a Langevin example and backwards in time test
* Fixed Patrick's comments
* langevin -> underdamped_langevin
* round of small fixes
* check langevin drift term and diffusion term have same args
* added scan_trick in QUICSORT and ShOULD
* using RuntimeError for when ULD args have wrong structure
* small fixes
* tidy-ups
* Split SDE tests in half, to try and avoid GitHub runner issues?
* Added effects_barrier to fix test issue with JAX 0.4.33+
* small fix of docs in all three and a return type in quicsort
* bump doc building pipeline
* Compatibility with JAX 0.4.36, which removes ConcreteArray
* using a fori_loop to save states in edge case t0==t1
* added case for saving t0 data, which was also not getting updated.
Added a test
* using while_loop, ran into issues with reverse-mode diff using the fori_loop
* bug fix for cases when t0=True
* simplified logic for saving, no loop necessary
* added vmap test
* using a fori_loop to save states in edge case t0==t1
* added case for saving t0 data, which was also not getting updated.
Added a test
* using while_loop, ran into issues with reverse-mode diff using the fori_loop
* bug fix for cases when t0=True
* simplified logic for saving, no loop necessary
* added vmap test
* fix t1 out of bounds issue
* fix for steps: don't want to update those values if t0==t1 since we didn't take any steps.
Added test
---------
Co-authored-by: Andraž Jelinčič <66168650+andyElking@users.noreply.github.com>
Co-authored-by: Patrick Kidger <33688385+patrick-kidger@users.noreply.github.com>
Co-authored-by: andyElking <andraz.jelincic@gmail.com>t0==t1 (#494)1 parent ba09fba commit dc68957
2 files changed
+132
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
775 | 775 | | |
776 | 776 | | |
777 | 777 | | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
778 | 807 | | |
779 | 808 | | |
780 | 809 | | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
781 | 828 | | |
782 | 829 | | |
783 | 830 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
150 | 235 | | |
151 | 236 | | |
152 | 237 | | |
| |||
0 commit comments