mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
docstrings in SCG
This commit is contained in:
parent
639b6a6b9d
commit
d4a2c9c6c2
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue