Skip to content

Commit 9cfcbc4

Browse files
Kilian FatrasKilian Fatras
authored andcommitted
fix typos and add solver in readme
1 parent 1ceb1a9 commit 9cfcbc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ This open source Python library provide several solvers for optimization problem
1515
It provides the following solvers:
1616

1717
* OT Network Flow solver for the linear program/ Earth Movers Distance [1].
18-
* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2] and stabilized version [9][10] and greedy SInkhorn [22] with optional GPU implementation (requires cupy).
18+
* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2], stabilized version [9][10] and greedy Sinkhorn [22] with optional GPU implementation (requires cupy).
19+
* Sinkhorn divergence [23] and entropic regularization OT from empirical data.
1920
* Smooth optimal transport solvers (dual and semi-dual) for KL and squared L2 regularizations [17].
2021
* Non regularized Wasserstein barycenters [16] with LP solver (only small scale).
2122
* Bregman projections for Wasserstein barycenter [3], convolutional barycenter [21] and unmixing [4].

0 commit comments

Comments
 (0)