fix typo in docstring for GP.opimize()

This commit is contained in:
robromijnders 2018-08-29 18:30:42 +02:00
parent a854a76e09
commit 4b998da73a

View file

@ -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