summaryrefslogtreecommitdiff
path: root/examples/plot_screenkhorn_1D.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plot_screenkhorn_1D.py')
-rw-r--r--examples/plot_screenkhorn_1D.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/plot_screenkhorn_1D.py b/examples/plot_screenkhorn_1D.py
index 840ead8..785642a 100644
--- a/examples/plot_screenkhorn_1D.py
+++ b/examples/plot_screenkhorn_1D.py
@@ -4,8 +4,11 @@
1D Screened optimal transport
===============================
-This example illustrates the computation of Screenkhorn:
-Screening Sinkhorn Algorithm for Optimal transport.
+This example illustrates the computation of Screenkhorn [26].
+
+[26] Alaya M. Z., BĂ©rar M., Gasso G., Rakotomamonjy A. (2019).
+Screening Sinkhorn Algorithm for Regularized Optimal Transport,
+Advances in Neural Information Processing Systems 33 (NeurIPS).
"""
# Author: Mokhtar Z. Alaya <mokhtarzahdi.alaya@gmail.com>