summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-05-31 13:45:11 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-05-31 13:45:11 +0200
commit8046b8c424d7b80f520e212e2bf8de41cb624aab (patch)
treed679ae2ffe48501b5c95284261364d0ec11b07dd /README.md
parentd370f18aaac4ed6903e3b4251c8b9c4685c53cc3 (diff)
pep8
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b3068ee..6d3286b 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ 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] with optional GPU implementation (requires cudamat).
* Smooth optimal transport solvers (dual and semi-dual) for KL and squared L2 regularization [17].
-* Non regularized Wasserstein barycenters [16] with LP solver.
+* Non regularized Wasserstein barycenters [16] with LP solver (only small scale).
* Bregman projections for Wasserstein barycenter [3] and unmixing [4].
* Optimal transport for domain adaptation with group lasso regularization [5]
* Conditional gradient [6] and Generalized conditional gradient for regularized OT [7].