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