You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@ This open source Python library provide several solvers for optimization problem
15
15
It provides the following solvers:
16
16
17
17
* 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.
19
20
* Smooth optimal transport solvers (dual and semi-dual) for KL and squared L2 regularizations [17].
20
21
* Non regularized Wasserstein barycenters [16] with LP solver (only small scale).
21
22
* Bregman projections for Wasserstein barycenter [3], convolutional barycenter [21] and unmixing [4].
0 commit comments