Commit graph

367 commits

Author SHA1 Message Date
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
James Hensman
7b5e8a9ffc changes to rbf and white to allow new parameter gradient structure 2014-01-24 14:06:16 +00:00
James Hensman
eb52600537 added new gradient functinoality to rbf 2014-01-24 12:13:55 +00:00
James Hensman
2c4d7cca76 beginnings of neat gradient framework 2014-01-24 11:17:49 +00:00
James Hensman
1dd5efd869 tidying in kern.py 2014-01-24 11:04:56 +00:00
James Hensman
d2e0b0eefd removed sinc 2014-01-24 10:15:06 +00:00
Max Zwiessele
0733886ba0 all parameterization stuff now in seperate module -> GPy.core.parameterization 2013-12-16 13:45:24 +00:00
Max Zwiessele
a3bf662fd3 array handling in plotting and weave 2013-12-09 00:19:37 +00:00
Max Zwiessele
e1bb3e508e naming and pil changes 2013-12-07 18:45:24 +00:00
Max Zwiessele
6c60eef4bd biiig changes in tieing, and printing -> hirarchy now always shown 2013-11-11 17:46:33 +00:00
Max Zwiessele
765ab41045 bgplvm integrated 2013-11-07 08:52:33 +00:00
Max Zwiessele
8c02e4af36 added BGPLVM in parameterized 2013-11-06 15:15:13 +00:00
Max Zwiessele
3316d29341 added gplbm and sparse gp to new parameterized structure 2013-11-06 11:40:54 +00:00
Max Zwiessele
6feb5dd2f1 adjusted parameters to report their changes 2013-11-03 13:58:15 +00:00
Max Zwiessele
067206e83e tutorial update and X observer 2013-10-28 09:14:56 +00:00
Max Zwiessele
d8151eee61 X caching is not yet done, parameter caching working fine. X cache must be adjusted to update at the right times 2013-10-27 17:04:46 +00:00
Max Zwiessele
d3721b76a8 changing all parameterized objects to be compatible with the new parameterization 2013-10-25 15:29:04 +01:00
Max Zwiessele
21dd82f8d9 updated white, bias and rbf to new parameter handling 2013-10-22 16:17:13 +01:00
Max Zwiessele
e70203a1b2 kern is now parameterized 2013-10-22 13:38:33 +01:00
Max Zwiessele
fba121c826 kern is now parameterized 2013-10-22 13:38:29 +01:00
Max Zwiessele
055eb3b70b starting to sort out likelihoods WARNING not working 2013-10-17 14:39:44 +01:00
Max Zwiessele
9c126d9b94 merged dimen reduction 2013-10-14 17:58:13 +01:00
James Hensman
c3de628e99 docstrinfs in kern.py 2013-10-14 17:11:39 +01:00
Neil Lawrence
fe30db1331 Updated sympy code, multioutput grad checks pass apart from wrt X. Similar problems with prediction as to sinc covariance, needs investigation. 2013-10-14 09:37:35 +01:00
Max Zwiessele
780daac03e Merge branch 'devel' of github.com:SheffieldML/GPy into params 2013-10-11 16:52:54 +01:00
Neil Lawrence
de0a5d0e70 Some fixes and changes to the sympykern. 2013-10-09 12:07:39 +01:00
Neil Lawrence
b2cea56c11 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2013-10-09 11:14:47 +01:00
Neil Lawrence
1a46026015 Fixed stick datasets bug ... but sympykern is currently in a rewrite so will be broken 2013-10-09 11:14:42 +01:00
James Hensman
a59d980327 Nparam changes to num_params 2013-10-08 14:49:18 +01:00
James Hensman
39eb0368d8 changes Nparts for num_parts in kern 2013-10-08 12:30:14 +01:00
Neil Lawrence
966fe49345 Added first draft of functionality for multiple output sympy kernels. 2013-10-08 08:25:26 +01:00
Max Zwiessele
4f56506aa6 Merge branch 'devel' into params 2013-10-07 08:20:29 +01:00
Max Zwiessele
9170067e52 comment linear x linear for testing purposes 2013-10-07 07:42:44 +01:00
Neil Lawrence
f5b16a13aa Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2013-09-30 22:51:13 +01:00
Neil Lawrence
e06d889d35 Added capability for sinc covariance via sympy kernel. 2013-09-30 22:51:07 +01:00
mu
033a22ccbe Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2013-09-30 17:17:42 +01:00
mu
b7f88991af testing ODE 2013-09-30 17:17:38 +01:00
Neil Lawrence
7a5c5649c3 Replaced check for sympy in constructors.py. 2013-09-30 13:35:39 +01:00
Neil Lawrence
b815dd98d1 Change to criterion on positive definite check (epsilon*10 instead of epsilon). 2013-09-30 08:23:25 +01:00
Neil Lawrence
1581f78412 Updates to sympykern including bug fixes and ability to name covariance. Include test for rbf_sympy in kernel tests. Remove coregionalization test as it's causing a core dump! Need to chase this up. 2013-09-30 08:14:25 +01:00
Neil Lawrence
0509b6f9d0 Added missing files. 2013-09-24 06:15:09 +02:00
Neil Lawrence
a6c89b58f0 missing
file
2013-09-23 10:59:57 +01:00
Neil Lawrence
4154a4afb6 Merging changed files. 2013-09-21 12:17:59 +01:00
Neil Lawrence
94ddfa7973 Merging changed files. 2013-09-21 12:15:58 +01:00
James McMurray
aa5ebcbd8f Fixed more errors in docs 2 2013-09-20 17:46:23 +01:00
Max Zwiessele
c2d217e72c Merge branch 'devel' into params
Conflicts:
	GPy/core/transformations.py
	GPy/kern/parts/kernpart.py
2013-09-20 17:20:46 +01:00
James Hensman
7ced138520 fixed a bug in Neil's otherwise tidy hetero kernel. 2013-09-20 15:35:27 +01:00
James Hensman
759cf08016 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-09-20 14:37:39 +01:00