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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ This open source Python library provide several solvers for optimization problem
14
14
It provides the following solvers:
15
15
16
16
* OT Network Flow solver for the linear program/ Earth Movers Distance [1].
17
-
* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2] and stabilized version [9][10] and greedy SInkhorn [21] with optional GPU implementation (requires cudamat).
17
+
* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2] and stabilized version [9][10] and greedy SInkhorn [22] with optional GPU implementation (requires cudamat).
18
18
* Smooth optimal transport solvers (dual and semi-dual) for KL and squared L2 regularizations [17].
19
19
* Non regularized Wasserstein barycenters [16] with LP solver (only small scale).
20
-
* Bregman projections for Wasserstein barycenter [3] and unmixing [4].
20
+
* Bregman projections for Wasserstein barycenter [3], convolutional barycenter [21] and unmixing [4].
21
21
* Optimal transport for domain adaptation with group lasso regularization [5]
22
22
* Conditional gradient [6] and Generalized conditional gradient for regularized OT [7].
23
23
* Linear OT [14] and Joint OT matrix and mapping estimation [8].
0 commit comments