summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2017-04-20 15:53:27 +0200
committerGitHub <noreply@github.com>2017-04-20 15:53:27 +0200
commite6604ea5ceb57ab1276454e509b22181c938d20b (patch)
tree98e08034a641843b0b4d54fff67f502da9ff20ce /README.md
parent4cd6973a821faeaed54f6ab3e8c4aa6d5cb3f9eb (diff)
Update README.md
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 04d339f..052ffc2 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ This open source Python library provide several solvers for optimization problem
It provides the following solvers:
* OT 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.
+* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2] and stabilized version [9][10] with optional GPU implementation (required cudamat).
* 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].