summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-09-24 10:34:32 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-09-24 10:34:32 +0200
commitdee6d6e16f6e5d328bc590089cf99ef586d7ca0f (patch)
tree174d1ef70302859cd2a91612d3888d3e26004124 /ot
parent414331cbec21f00333e9de36a8790666c373e93c (diff)
correct reference number in doc
Diffstat (limited to 'ot')
-rw-r--r--ot/bregman.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/bregman.py b/ot/bregman.py
index 418de57..fd04fa4 100644
--- a/ot/bregman.py
+++ b/ot/bregman.py
@@ -489,7 +489,7 @@ def greenkhorn(a, b, M, reg, numItermax=10000, stopThr=1e-9, verbose=False, log=
----------
.. [2] M. Cuturi, Sinkhorn Distances : Lightspeed Computation of Optimal Transport, Advances in Neural Information Processing Systems (NIPS) 26, 2013
- [21] J. Altschuler, J.Weed, P. Rigollet : Near-linear time approximation algorithms for optimal transport via Sinkhorn iteration, Advances in Neural Information Processing Systems (NIPS) 31, 2017
+ [22] J. Altschuler, J.Weed, P. Rigollet : Near-linear time approximation algorithms for optimal transport via Sinkhorn iteration, Advances in Neural Information Processing Systems (NIPS) 31, 2017
See Also