mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
Use bfgs for laplace instead
This commit is contained in:
parent
7c9eda482c
commit
22c24c0abe
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ def toy_linear_1d_classification_laplace(seed=default_seed):
|
|||
# Optimize
|
||||
#m.update_likelihood_approximation()
|
||||
# Parameters optimization:
|
||||
m.optimize(messages=1)
|
||||
m.optimize('bfgs', messages=1)
|
||||
#m.pseudo_EM()
|
||||
|
||||
# Plot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue