We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c9c4b commit 9b94074Copy full SHA for 9b94074
ot/optim.py
@@ -45,7 +45,7 @@ def line_search_armijo(
45
c1 : float, optional
46
:math:`c_1` const in armijo rule (>0)
47
alpha0 : float, optional
48
- initial step (>0),
+ initial step (>0)
49
alpha_min : float, optional
50
minimum value for alpha
51
alpha_max : float, optional
0 commit comments