Skip to content

Commit

Permalink
Add comments on new workbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
dnguyend authored Jul 26, 2024
1 parent 5a514df commit 14ac97e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ PYTHONPATH=., python sphere_heat_kernel.py
```

in the tests folder, also assuming mpmath is installed. The reason that utils.heat_kernels is not in the main utils folder is we do not want to introduce the dependency of jax_rb on mpmath.

* Include tests for Langevin processes on [groups](https://github.com/dnguyend/jax-rb/blob/main/tests/notebooks/LangevinGroup.ipynb), [Stiefel manifolds](https://github.com/dnguyend/jax-rb/blob/main/tests/notebooks/LangevinStiefel.ipynb) and [hypersurfaces](https://github.com/dnguyend/jax-rb/blob/main/tests/notebooks/TestRetractiveIntegrator.ipynb). Also show example of [Cayley retraction on SO(n)](https://github.com/dnguyend/jax-rb/blob/main/tests/notebooks/TestExpmAndCayleyIntegrator.ipynb)

0 comments on commit 14ac97e

Please sign in to comment.