summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKilian Fatras <kilianfatras@Kilians-MacBook-Air.local>2019-04-03 18:18:02 +0200
committerKilian Fatras <kilianfatras@Kilians-MacBook-Air.local>2019-04-03 18:18:02 +0200
commit9cfcbc4a0f84c1fe302a1a89a4488866935977aa (patch)
tree51ce7234fd552d303e0c30cecc8c4ed0b640bfb7 /README.md
parent1ceb1a9cc96aad54e525c2021851b8639e2f3449 (diff)
fix typos and add solver in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index dbd93fc..dd34a97 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,8 @@ This open source Python library provide several solvers for optimization problem
It provides the following solvers:
* OT Network Flow solver for the linear program/ Earth Movers Distance [1].
-* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2] and stabilized version [9][10] and greedy SInkhorn [22] with optional GPU implementation (requires cupy).
+* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2], stabilized version [9][10] and greedy Sinkhorn [22] with optional GPU implementation (requires cupy).
+* Sinkhorn divergence [23] and entropic regularization OT from empirical data.
* Smooth optimal transport solvers (dual and semi-dual) for KL and squared L2 regularizations [17].
* Non regularized Wasserstein barycenters [16] with LP solver (only small scale).
* Bregman projections for Wasserstein barycenter [3], convolutional barycenter [21] and unmixing [4].