summaryrefslogtreecommitdiff
path: root/examples/plot_OT_2D_samples.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plot_OT_2D_samples.py')
-rw-r--r--examples/plot_OT_2D_samples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plot_OT_2D_samples.py b/examples/plot_OT_2D_samples.py
index 023e645..2a42dc0 100644
--- a/examples/plot_OT_2D_samples.py
+++ b/examples/plot_OT_2D_samples.py
@@ -65,7 +65,7 @@ pl.title('OT matrix with samples')
#%% sinkhorn
# reg term
-lambd = 5e-4
+lambd = 1e-3
Gs = ot.sinkhorn(a, b, M, lambd)