Commit graph

42 commits

Author SHA1 Message Date
Max Zwiessele
65fd6dd24e observable pattern through and thorugh 2014-02-26 15:46:14 +00:00
Max Zwiessele
102aabc6e5 parameter inheritance structure 2014-02-26 08:25:50 +00:00
James Hensman
0dc9a32ba3 non-working grads in linear 2014-02-21 11:25:33 +00:00
James Hensman
81e0861a60 manual merging 2014-02-21 10:41:34 +00:00
James Hensman
8b2f39450b workin gon linear kernel 2014-02-21 10:38:47 +00:00
Max Zwiessele
b19f9b9f33 gradient operations and cachong 2014-02-21 10:38:11 +00:00
Max Zwiessele
8ea40a4a13 rbf psi 2 2014-02-21 08:03:44 +00:00
James Hensman
2c7a620ce7 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-02-20 14:09:30 +00:00
Max Zwiessele
52ab456bfe posterior with one covariance per dimension and param gradient fix 2014-02-20 14:09:20 +00:00
James Hensman
847fdef9c8 merged in kern chancges 2014-02-20 14:07:54 +00:00
James Hensman
d636c8c30c everything is broken 2014-02-20 14:04:16 +00:00
Max Zwiessele
46f59f9f64 gradients now lazy instantiated 2014-02-20 08:38:14 +00:00
Max Zwiessele
1c3fe0c51e regexp now on all parameters 2014-02-19 16:54:25 +00:00
Max Zwiessele
fd0dd8df85 updated naming to be consistent 2014-02-19 15:50:13 +00:00
Max Zwiessele
c4f6b0dbe7 copy and missing data 2014-02-19 15:32:16 +00:00
Max Zwiessele
d0c563ff0a added sparsegp with missing data 2014-02-18 15:52:33 +00:00
Max Zwiessele
345e5b3e7c some updates for params changes and likelihood fixes 2014-02-14 15:05:38 +00:00
Max Zwiessele
6419401d60 parameters changed more structured now, parameters changed goes from bottom to top, when calling _notify_parameters_changed() 2014-02-14 14:40:32 +00:00
Max Zwiessele
f21e8e2394 roundtrip error fixed for likelihood tests 2014-02-14 13:43:43 +00:00
Max Zwiessele
b1c98c2c3d Priors added 2014-02-14 13:18:48 +00:00
Max Zwiessele
ffd09c7820 checkgrad (╯°□°)╯︵ ┻━┻ 2014-02-13 21:59:08 +00:00
Max Zwiessele
9af4c34f90 gradcheck fixes are not easy 2014-02-13 21:14:08 +00:00
Max Zwiessele
a264cdaa98 redid constraints 2014-02-12 17:11:55 +00:00
Max Zwiessele
643c90010b merged array_core 2014-02-12 11:32:28 +00:00
Max Zwiessele
a29cf87e53 deleted listarray 2014-02-12 11:31:12 +00:00
Alan Saul
835934ff51 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-02-11 14:06:45 +00:00
Alan Saul
c76f1a4d6d Minor reorganising 2014-02-11 14:06:42 +00:00
Max Zwiessele
b944427733 rename dK_dtheta > gradients_X 2014-02-11 12:20:57 +00:00
Max Zwiessele
a13d6ca894 Merge branch 'params' of github.com:SheffieldML/GPy into params
Conflicts:
	GPy/core/parameterization/param.py
2014-02-10 16:02:57 +00:00
Max Zwiessele
826d2f04ff checkgrad now global and callable from any parameter 2014-02-10 16:01:55 +00:00
Alan Saul
a2b986dc5c Fixed a couple of small params bugs 2014-02-10 15:49:50 +00:00
Alan Saul
b72d319909 Merged parameterized fixing 2014-02-10 15:42:47 +00:00
Alan Saul
c6d466e72d Moved fix parameter to constrainable 2014-02-10 15:39:54 +00:00
Max Zwiessele
6a068775f5 Merge branch 'params' of github.com:SheffieldML/GPy into params
Conflicts:
	GPy/core/parameterization/param.py
	GPy/core/parameterization/parameter_core.py
	GPy/core/parameterization/parameterized.py
2014-02-10 15:21:09 +00:00
Max Zwiessele
e0c68d5eb3 _highest_parent_ now follows the tree, dK_dX > gradient_X, added update_grads_variational to linear, bgplvm for new framework 2014-02-10 15:12:49 +00:00
Alan Saul
b12fb6a2a8 Fixed parameterized oddity where it was updating all constrained parameters as soon as any were constrained rather than after all are constrained@
@
2014-02-06 16:22:08 +00:00
Max Zwiessele
ef3bfa4676 highest parent fix 2014-02-06 12:00:43 +00:00
James Hensman
563fbd257b some gplvm related fixes 2014-01-24 16:37:20 +00:00
Max Zwiessele
cec766b723 getstate > _getstate and setstate > _setstate 2014-01-24 15:48:23 +00:00
Max Zwiessele
e128059377 new gradient handling way nicer 2014-01-24 15:07:28 +00:00
Max Zwiessele
8ae58f59f6 gradient field added to param 2014-01-24 12:22:58 +00:00
Max Zwiessele
0733886ba0 all parameterization stuff now in seperate module -> GPy.core.parameterization 2013-12-16 13:45:24 +00:00
Renamed from GPy/core/parameter.py (Browse further)