summaryrefslogtreecommitdiff
path: root/ot/optim.py
diff options
context:
space:
mode:
Diffstat (limited to 'ot/optim.py')
-rw-r--r--ot/optim.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/optim.py b/ot/optim.py
index cbfb187..2170c7e 100644
--- a/ot/optim.py
+++ b/ot/optim.py
@@ -73,7 +73,7 @@ def line_search_armijo(f, xk, pk, gfk, old_fval,
def do_linesearch(cost, G, deltaG, Mi, f_val,
- amijo=False, C1=None, C2=None, reg=None, Gc=None, constC=None, M=None):
+ amijo=True, C1=None, C2=None, reg=None, Gc=None, constC=None, M=None):
"""
Solve the linesearch in the FW iterations
Parameters