Commit f8929b9
Jax example notebook (#1996)
* add sllh to `simulate_petab`
* use ExpData for plist if available
* use plist if set; breakpoint at error; preliminary test
* add sensi test to preexisting benchmark model test
* remove outdated test and test cases
* add FD check for petab problems; add petab problem test case for SLLH; clean up
* typo, RTOL
* fix paths
* docs
* Apply suggestions from code review
Co-authored-by: Yannik Schälte <[email protected]>
Co-authored-by: Daniel Weindl <[email protected]>
* reviews: docstring;error handling;optional sllh aggregation
* Apply suggestions from code review
Co-authored-by: Fabian Fröhlich <[email protected]>
* review: clean up
* ignore parameters missing due to estimate=0
* add test for petab benchmark models
* use fiddy
* Create Differential Programming with JAX.ipynb
* pass model_name to _create_model_output_dir_name
fixes #1993
* update notebook
* move notebook and add to doc
* prettify notebook
* develop merge
* fix after merge
* merge conflicts
* restore changes
* make scaled gradients optional, default to linear
* adress reviewer comments
* test scaled and unscaled
* fix notebook
* fix notebook
* revert merge changes
* fix binder
---------
Co-authored-by: dilpath <[email protected]>
Co-authored-by: Daniel Weindl <[email protected]>
Co-authored-by: Dilan Pathirana <[email protected]>
Co-authored-by: Yannik Schälte <[email protected]>
Co-authored-by: Daniel Weindl <[email protected]>1 parent d2fb35e commit f8929b9
File tree
6 files changed
+1969
-3
lines changed- binder
- documentation
- python/examples/example_jax
6 files changed
+1969
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
| |||
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
203 | | - | |
| 204 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
0 commit comments