summaryrefslogtreecommitdiff
path: root/ot/bregman.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-10-28 09:54:11 +0200
committerRémi Flamary <remi.flamary@gmail.com>2016-10-28 09:54:11 +0200
commita0d8139af3407e567e1dc9a5e8c10d9218ddd185 (patch)
treebce2f806618779908e5b8e2ea7d85ed5f48deb14 /ot/bregman.py
parent0e8363ca13034537ca7bc64acd982f39b7a42123 (diff)
doc index updated
Diffstat (limited to 'ot/bregman.py')
-rw-r--r--ot/bregman.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ot/bregman.py b/ot/bregman.py
index 5d93fd6..b749b13 100644
--- a/ot/bregman.py
+++ b/ot/bregman.py
@@ -39,6 +39,11 @@ def sinkhorn(a,b, M, reg,numItermax = 1000,stopThr=1e-9):
loss matrix
reg: float
Regularization term >0
+ numItermax: int, optional
+ Max number of iterations
+ stopThr: float, optional
+ Stop threshol on error (>0)
+
Returns