From d4a2c9c6c27c8e1493acf8016c93504d3db67fb7 Mon Sep 17 00:00:00 2001 From: Andreas Date: Fri, 17 May 2013 12:08:17 +0100 Subject: [PATCH] docstrings in SCG --- GPy/inference/SCG.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GPy/inference/SCG.py b/GPy/inference/SCG.py index d76fcf9b..6f1dd6cc 100644 --- a/GPy/inference/SCG.py +++ b/GPy/inference/SCG.py @@ -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