summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index d2d5049..a4439d9 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,15 @@ Python Optimal Transport library
This Python librarie is an open source implementation with several functions that allow to solve optimal transport problems in Python.
It provides the following solvers:
-* Linear program (LP) OT solver/ Earth Movers Distance (using code from Antoine Rolet and Nicolas Bonnel)
+* Linear program (LP) OT solver/ Earth Movers Distance (using code from Antoine Rolet and Nicolas Bonneel)
* Entropic regularization OT solver
* Bregman projection for Wasserstein barycenter and unmixing
* Optimal transport for domain adaptation
+
+Some demonstrations of what can be done are available in the examples folder.
+
+
+## Installation
+
+
+## References