Skip to content

Commit

Permalink
Merge pull request SheffieldML#668 from RobRomijnders/devel
Browse files Browse the repository at this point in the history
fix typo in docstring for GP.opimize()
  • Loading branch information
zhenwendai authored Sep 1, 2018
2 parents a854a76 + 4b998da commit d854e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPy/core/gp.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def optimize(self, optimizer=None, start=None, messages=False, max_iters=1000, i
: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
Expand Down

0 comments on commit d854e35

Please sign in to comment.