mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 13:02:38 +02:00
fix typo in docstring for GP.opimize()
This commit is contained in:
parent
a854a76e09
commit
4b998da73a
1 changed files with 1 additions and 1 deletions
|
|
@ -655,7 +655,7 @@ class GP(Model):
|
|||
|
||||
:param max_iters: maximum number of function evaluations
|
||||
:type max_iters: int
|
||||
:messages: whether to display during optimisation
|
||||
:param messages: whether to display during optimisation
|
||||
:type messages: bool
|
||||
:param optimizer: which optimizer to use (defaults to self.preferred optimizer), a range of optimisers can be found in :module:`~GPy.inference.optimization`, they include 'scg', 'lbfgs', 'tnc'.
|
||||
:type optimizer: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue