docstrings in SCG

This commit is contained in:
Andreas 2013-05-17 12:08:17 +01:00
parent 639b6a6b9d
commit d4a2c9c6c2

View file

@ -36,7 +36,8 @@ def SCG(f, gradf, x, optargs=(), maxiters=500, max_f_eval=500, display=True, xto
Returns
x the optimal value for x
flog : a list of all the objective values
function_eval number of fn evaluations
status: string describing convergence status
"""
if xtol is None:
xtol = 1e-6