Commit graph

1385 commits

Author SHA1 Message Date
Nicolo Fusi
9e6a98e485 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-07-16 17:08:53 +01:00
Nicolo Fusi
d46b07b18d (much) faster comparison between arrays. Useful for kernel caching 2013-07-16 17:08:40 +01:00
Andreas
1c9227fd14 Rbf inv now working 2013-07-16 16:22:44 +01:00
Andreas
26de97a5d9 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-07-15 20:57:21 +01:00
Andreas
6a5c1c03d3 minor 2013-07-15 20:57:17 +01:00
James Hensman
175e8cc561 removed abomnibal matrix class 2013-07-15 20:40:29 +01:00
Andreas
2af17be146 Added rbf_inv.py 2013-07-15 20:13:29 +01:00
Andreas
ea4599f1d0 Added rbf_inv.py kernel which is parametrised with the variances 2013-07-15 20:12:54 +01:00
Andreas
98318a3fdd Added toy_ARD_sparse.py 2013-07-15 20:09:26 +01:00
Andreas
63bf417e99 Added sparseGPLVM_oil example 2013-07-15 19:35:52 +01:00
Andreas
ffd87898e6 Added sparseGPLVM in the init of models 2013-07-15 19:35:03 +01:00
Andreas
edfd6ea948 small mod in toy_ARD 2013-07-15 19:23:48 +01:00
Andreas
e798eaa34b removed depricated max_f_eval 2013-07-15 18:13:01 +01:00
Andreas
4eff552688 Removed depricated max_f_eval from bgplvm_simulation 2013-07-15 14:56:24 +01:00
Andreas
13e0762e18 Fixed max_iters argument for scg 2013-07-14 21:35:45 +01:00
Andreas
77de03f2a1 Added ARD demo 2013-07-14 20:43:46 +01:00
James Hensman
274370de56 added the 2 pi term to the likelihood of the gp
Why the hell was this missing?
2013-07-12 20:13:44 +01:00
Max Zwiessele
be5a43a2c2 improved docstring for MRD 2013-07-10 16:52:20 +01:00
Max Zwiessele
266ec23f8a GPLVM get/setstate added 2013-07-10 16:51:41 +01:00
Max Zwiessele
e8f2bec195 SCG optimizer now greatly improved in printing 2013-07-10 16:49:51 +01:00
Max Zwiessele
69e31f3dc1 SCG optimizer now greatly improved in printing 2013-07-10 16:49:45 +01:00
James Hensman
3ad48534c8 changes to the hierarchical kernpart.
Looks to work now.
2013-07-08 15:29:37 +01:00
Nicolo Fusi
f19a26a006 added constructor for hierarchical kernel 2013-07-08 14:50:13 +01:00
Nicolo Fusi
d887e1ceda merged 2013-07-08 14:28:54 +01:00
Nicolo Fusi
074529c1c0 changes to multiout constructor 2013-07-08 14:27:32 +01:00
James Hensman
58a59dcab0 created a hierarchical kernel 2013-07-08 14:20:42 +01:00
James Hensman
9c85911b87 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-07-08 13:06:11 +01:00
James Hensman
db7485b906 fixed a bug in constructor of periodic_matern52 2013-07-08 13:06:02 +01:00
Max Zwiessele
a8eb7eb5f7 minor adjustments 2013-06-28 11:13:20 +01:00
Max Zwiessele
96829862cc minor printing improvements 2013-06-28 11:13:12 +01:00
Max Zwiessele
29746cd8be added value restoring if unpickling objects 2013-06-28 11:02:59 +01:00
Max Zwiessele
12640a2d17 plot ard ticks improved 2013-06-28 11:02:15 +01:00
Max Zwiessele
c0d514b6c0 optional plotting of inducing inputs added 2013-06-28 11:01:31 +01:00
Max Zwiessele
7325e319b4 plot_latent enhancements 2013-06-28 11:00:42 +01:00
Max Zwiessele
08a902ed6c massively improved printing 2013-06-28 11:00:09 +01:00
Max Zwiessele
66a6bde715 more robust gradient clippinggit stat 2013-06-28 10:59:29 +01:00
Max Zwiessele
3b35d6d321 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-27 11:18:10 +01:00
Max Zwiessele
9e9131b90d plot_latent bug-fix of creating no figure 2013-06-27 11:17:58 +01:00
Max Zwiessele
8cdedf2edb plot_latent bug-fix in mrd 2013-06-27 11:11:41 +01:00
Max Zwiessele
26260c355c added docstring to domains 2013-06-27 10:40:23 +01:00
Nicolas
b9ca93e8ab Fixed bug in constructors 2013-06-26 18:41:05 +01:00
Nicolas
9deb1fc1c2 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-26 17:32:41 +01:00
Nicolas
97acb36b55 new constrain_negative negative_logexp (selected by default) 2013-06-26 17:29:37 +01:00
Max Zwiessele
761f7b02fc _get/set_params into parameterized 2013-06-26 17:05:28 +01:00
Max Zwiessele
146dff7cbf _get/set_params into parameterized 2013-06-26 17:04:10 +01:00
Max Zwiessele
d978d3e390 added tutorial for creating models 2013-06-26 17:02:48 +01:00
Max Zwiessele
c773672b69 params left in __get/setitem__ 2013-06-26 17:02:35 +01:00
Max Zwiessele
f5effb8cb6 added robust pickling, switches to old behaviour, if get/setstate not implemented 2013-06-26 16:48:48 +01:00
Max Zwiessele
05e8e75c58 pickling unified with __getstate__ and __setstate__ 2013-06-25 18:01:18 +01:00
Max Zwiessele
1e06ca2d40 Merge branch 'devel' into pickle 2013-06-25 17:44:52 +01:00