summaryrefslogtreecommitdiff
path: root/examples/plot_OT_2D_samples.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-08-30 17:01:22 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-08-30 17:01:22 +0200
commit13d57f433c6a91797950318b6ca2896d5aaa009a (patch)
tree78760c3aad51f3a380fea8c7478751ecbcd06817 /examples/plot_OT_2D_samples.py
parentdc8737a30cb6d9f1305173eb8d16fe6716fd1231 (diff)
move da
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)