summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2020-04-20 15:13:58 +0200
committerGitHub <noreply@github.com>2020-04-20 15:13:58 +0200
commita4426fda163d36b4970f9609007dde3d94732903 (patch)
tree75aa50b1f73931ee0152eaee2d000975243bbd32 /ot
parent470fce2b6ae01134e3e2fb7a27d9966fd776dae8 (diff)
parentf10f323bb9620850d3d28fa384e140fde91d9952 (diff)
Merge branch 'master' into laplace_da
Diffstat (limited to 'ot')
-rwxr-xr-xot/partial.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ot/partial.py b/ot/partial.py
index 5f4b836..c03ec25 100755
--- a/ot/partial.py
+++ b/ot/partial.py
@@ -66,6 +66,8 @@ def partial_wasserstein_lagrange(a, b, M, reg_m=None, nb_dummies=1, log=False,
instabilities, increase its value if an error is raised)
log : bool, optional
record log if True
+ **kwargs : dict
+ parameters can be directly passed to the emd solver
.. warning::
When dealing with a large number of points, the EMD solver may face
@@ -190,6 +192,8 @@ def partial_wasserstein(a, b, M, m=None, nb_dummies=1, log=False, **kwargs):
instabilities, increase its value if an error is raised)
log : bool, optional
record log if True
+ **kwargs : dict
+ parameters can be directly passed to the emd solver
.. warning::
@@ -304,6 +308,8 @@ def partial_wasserstein2(a, b, M, m=None, nb_dummies=1, log=False, **kwargs):
instabilities, increase its value if an error is raised)
log : bool, optional
record log if True
+ **kwargs : dict
+ parameters can be directly passed to the emd solver
.. warning::