Commit graph

277 commits

Author SHA1 Message Date
Zhenwen Dai
ec64f653b5 bug fix in progress 2014-10-16 18:18:46 +01:00
Zhenwen Dai
494f38f788 fix the bugs about tie found today 2014-09-22 16:45:54 +01:00
Zhenwen Dai
c279da4c75 finish tie framework restructure and add more tests 2014-09-19 22:04:41 +01:00
Zhenwen Dai
077232c26f restructure tie implementation and add some tests 2014-09-19 18:49:00 +01:00
Zhenwen Dai
3653892d19 merge devel to ties 2014-09-18 12:10:49 +01:00
James Hensman
ed754823be NonContiguos tests fixed for Kdiag_dX 2014-09-15 09:55:02 +01:00
Zhenwen Dai
31f11eda40 bug fix: param object randomize 2014-09-11 17:29:47 +01:00
Max Zwiessele
4543fc3480 [link|unlink_parameter] renaming add_parameter to link_parameter 2014-09-08 08:57:28 +01:00
Zhenwen Dai
c9f3d652b7 Merge branch 'devel' of github.com:SheffieldML/GPy into ties
for new bug fix
2014-09-05 14:36:15 +01:00
mzwiessele
470c0dcfe6 [updates] made updates a function, update_model(True|False|None) 2014-09-05 12:52:38 +01:00
mzwiessele
9a74a933f3 [updates] made updates a function 2014-09-05 12:40:20 +01:00
mzwiessele
32469e0461 [testing] updated tests wrt normalization 2014-09-05 12:40:00 +01:00
Zhenwen Dai
09589fb50f merge current devel in 2014-09-01 12:04:28 +01:00
Alan Saul
0b3f8b3cc7 Added kronecker and variational gaussian approximation gp's, vargpapprox needs generalising to any factorizing likelihood 2014-08-15 18:22:09 +01:00
mzwiessele
8ef16f5529 [parameterized] bugfix: downstream parameters did not get constraint update on add_parameter 2014-06-30 09:20:56 -07:00
mzwiessele
3525e45b2f [copy] is now fully functional, only hierarchy observers will be copied and pickled 2014-05-23 11:11:21 +01:00
mzwiessele
6534e6606d [tests] added some unfix fix print and gradcheck tests, it basically just behaves as a user would do with a model 2014-05-22 12:56:02 +01:00
mzwiessele
5a2bc4863b [optimizer] one copy for the optimizer in optimizer_array, use this instead of _set|get_params_transformed 2014-05-22 11:39:04 +01:00
Max Zwiessele
43ee8ce614 [reverts] some reverts, as one param etc does not work 2014-05-21 16:49:47 +01:00
Max Zwiessele
156ba00719 [bgplvm&mrd] missing data greatly improved, still not there yet 2014-05-21 16:32:06 +01:00
Max Zwiessele
94c84a23a3 [mrd] plotting, init, inference etc. 2014-05-16 11:21:08 +01:00
Max Zwiessele
02b5ee1e46 [parameterized] restructered a lot and finalized some stuff 2014-05-15 11:29:20 +01:00
mzwiessele
8d6eed6010 [param] hierarchy traversal easier now 2014-05-14 08:53:56 +01:00
Max Zwiessele
ead4f6787a [testing] minor 2014-05-12 14:40:34 +01:00
Max Zwiessele
675d498794 [active_dims] all kernels now have int arrays as active_dims 2014-05-09 14:05:22 +01:00
Max Zwiessele
289bb762cc [combination kernel] some fixing with error messages 2014-05-09 11:14:30 +01:00
James Hensman
c554c91339 some initial work on ties 2014-05-09 09:13:10 +01:00
Ricardo
ac4103a537 new test heteroscedastic noise model 2014-04-17 15:51:47 +01:00
mzwiessele
8abc45c4ca bugfix: mixed up global and local index in unfixing 2014-04-17 15:01:43 +01:00
James Hensman
22501c9441 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-04-17 09:19:29 +01:00
James Hensman
4fc8d6117f removed random.seed from the base of kernel_tests.py (the tests still pass) 2014-04-17 09:19:24 +01:00
Max Zwiessele
5fb9ce9c53 bugfix: slicing was still in stationary somehow 2014-04-16 12:19:40 +01:00
Max Zwiessele
a1664f50ba [tests] added test for fixing through regular expressions 2014-04-16 11:46:47 +01:00
Max Zwiessele
a57ca26c89 bug fix: slicing can now be turned of by passing None as active_dims 2014-04-16 09:49:35 +01:00
Max Zwiessele
333e24a1c3 enabled some more getting/setting parameters, such as regular expressions and params 2014-04-15 16:06:40 +01:00
Max Zwiessele
01c795ae10 pickle test error fixed 2014-04-15 14:26:31 +01:00
mzwiessele
11059fb615 made observers accessible and observers now only weak reference the observables 2014-04-04 14:20:10 +01:00
mzwiessele
04a889b3a9 making observables accessable 2014-04-04 13:47:02 +01:00
mzwiessele
ef501e4529 renamed array_core to observable array 2014-04-01 10:22:20 +01:00
Max Zwiessele
46c34d13d5 pcikle tests added 2014-03-31 14:30:41 +01:00
Max Zwiessele
5ca56d907c parameterized tests deeper still 2014-03-31 14:12:03 +01:00
Max Zwiessele
dda9b3dd73 student t noise now called t_scale2 2014-03-31 13:01:16 +01:00
Max Zwiessele
89cdd1f6d9 added kernel tests again 2014-03-31 12:48:36 +01:00
Max Zwiessele
f3b74fa85f pickling and caching 2014-03-31 12:45:09 +01:00
James Hensman
81040f4566 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-03-25 17:00:00 +00:00
James Hensman
17c2799b1e Full Linear kernel added, inc testing 2014-03-25 16:59:52 +00:00
Max Zwiessele
29ff406c08 objective_function now standalone and only internal robust optimization loop 2014-03-24 12:41:10 +00:00
Max Zwiessele
d27733bf5f Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-03-24 11:22:39 +00:00
Max Zwiessele
d305495693 testing 2014-03-24 11:22:02 +00:00
Alan Saul
9c6abfc270 Whoops! 2014-03-24 10:15:46 +00:00