summaryrefslogtreecommitdiff
path: root/ot/optim.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-10-28 11:22:23 +0200
committerRémi Flamary <remi.flamary@gmail.com>2016-10-28 11:22:23 +0200
commit3067c8873bf325808985453f0ac968d13435e032 (patch)
treed64a5820ec8b48706b8928bdd337ee42cf7ee0a0 /ot/optim.py
parent8cd50c55f398cc371db2ef334c803dec99cc209a (diff)
update bregman with doc
Diffstat (limited to 'ot/optim.py')
-rw-r--r--ot/optim.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ot/optim.py b/ot/optim.py
index d1bf672..632eac1 100644
--- a/ot/optim.py
+++ b/ot/optim.py
@@ -103,9 +103,9 @@ def cg(a,b,M,reg,f,df,G0=None,numItermax = 200,stopThr=1e-9,verbose=False,log=Fa
Max number of iterations
stopThr : float, optional
Stop threshol on error (>0)
- verbose : int, optional
+ verbose : bool, optional
Print information along iterations
- log : int, optional
+ log : bool, optional
record log if True
Returns