mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 04:52:37 +02:00
Merge pull request #668 from RobRomijnders/devel
fix typo in docstring for GP.opimize()
This commit is contained in:
commit
d854e3553e
1 changed files with 1 additions and 1 deletions
|
|
@ -655,7 +655,7 @@ class GP(Model):
|
||||||
|
|
||||||
:param max_iters: maximum number of function evaluations
|
:param max_iters: maximum number of function evaluations
|
||||||
:type max_iters: int
|
:type max_iters: int
|
||||||
:messages: whether to display during optimisation
|
:param messages: whether to display during optimisation
|
||||||
:type messages: bool
|
: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'.
|
: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
|
:type optimizer: string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue