mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-02 08:12:39 +02:00
optimize_restarts() is now parallel (load-balanced). It also mantains compatibility with the verbose and robust options
This commit is contained in:
parent
894412a177
commit
1705ecce91
3 changed files with 41 additions and 10 deletions
|
|
@ -20,7 +20,6 @@ def toy_rbf_1d():
|
|||
# optimize
|
||||
m.ensure_default_constraints()
|
||||
m.optimize()
|
||||
|
||||
# plot
|
||||
m.plot()
|
||||
print(m)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue