-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* basic prototype * add dimerization example, add second order code, refactor jit * remove equinox dependency, list dependencies * make jax optional * support conservation laws * fixup * fix jit nesting * use vmap for vectorization * fixups * add multithreaded simulation runner * fix my * fixes * fixup merge * fix install * actually generate code * fix * fix * add better default coefficients, fix jax * ignore fujita in jax * ignore smith * optimize & fix bachmann * fix import/wokflow * Update __init__.template.py * fix jax imports * Update setup.cfg * add preequilibration support * fix jax tests * add filterwarning * fix parameter transformation * reenable ruff format * post merge cleanup * "fix" splines * Update .pre-commit-config.yaml * force optimistix 0.0.9 * add support for heavyside functions * cleanup & actually run tests * simply tests + add support for non-dynamic simulation in jax * fix for NONCONST_CLS * fix petab path * fixup merge * support postequilibration * fixup * fix * fix gradients * fix hessian * Update test_petab_benchmark.py * skip smith in jax * exclude more models * refactor: remove use of edatas * update template * Update .pre-commit-config.yaml * fix python jax tests * simplify petab interface * add parameter values to model class * refactor parameter mapping * refactor & simplify * refsctor * update template * Update .pre-commit-config.yaml * refactor fix test * Update petab.py * fixups * fixup * add documentation and typing * add runtime typechecks to jax tests * add coverage from benchmark tests * add api versioning and reenable jit compilation * review comments * use temporary directories * fix doc * Update test_jax.py * don't generate code if jax/diffrax not available * add example * fix doc * fix notebook symlink * update notebook * Update ExampleJaxPEtab.ipynb * Update ExampleJaxPEtab.ipynb * fix compilation issue * fix
- Loading branch information
1 parent
022de60
commit db25bc8
Showing
24 changed files
with
2,829 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../python/examples/example_jax_petab/ExampleJaxPEtab.ipynb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,162 changes: 1,162 additions & 0 deletions
1,162
python/examples/example_jax_petab/ExampleJaxPEtab.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.