mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-02 08:12:39 +02:00
[optimize] max_f_eval -> max_iters
This commit is contained in:
parent
77b4dc7d44
commit
d01a0a61e2
1 changed files with 2 additions and 2 deletions
|
|
@ -219,8 +219,8 @@ class Model(Parameterized):
|
|||
|
||||
kwargs are passed to the optimizer. They can be:
|
||||
|
||||
:param max_f_eval: maximum number of function evaluations
|
||||
:type max_f_eval: int
|
||||
:param max_iters: maximum number of function evaluations
|
||||
:type max_iters: int
|
||||
:messages: True: Display messages during optimisation, "ipython_notebook":
|
||||
:type messages: bool"string
|
||||
:param optimizer: which optimizer to use (defaults to self.preferred optimizer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue