Skip to content

Commit 1dd1ed6

Browse files
committed
new notebook
1 parent 0d81de9 commit 1dd1ed6

File tree

4 files changed

+199
-11
lines changed

4 files changed

+199
-11
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ The examples folder contain several examples and use case for the library.
4141
* [1D optimal transport](examples/Demo_1D_OT.ipynb)
4242
* [2D optimal transport on empirical distributions](examples/Demo_2D_OT_samples.ipynb)
4343
* [1D Wasserstein barycenter](examples/Demo_1D_barycenter.ipynb)
44+
* [OT with user provided regularizat](examples/Demo_Optim_OTreg.ipynb)
45+
4446

4547
## Acknowledgements
4648

docs/source/examples.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ Examples
1717
-------------------------
1818

1919
.. literalinclude:: ../../examples/demo_barycenter_1D.py
20+
21+
OT with user provided regularization
22+
------------------------------------
23+
24+
.. literalinclude:: ../../examples/demo_optim_OTreg.py

0 commit comments

Comments
 (0)