Commit graph

2501 commits

Author SHA1 Message Date
Max Zwiessele
46f59f9f64 gradients now lazy instantiated 2014-02-20 08:38:14 +00:00
Neil Lawrence
5214c3c1ac Adding update_gradients to sympy.py. 2014-02-19 19:39:24 -05:00
James Hensman
de51ad638a prod now seems to work for sparse 2014-02-19 22:23:07 +00:00
Ricardo
008d86bce1 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-02-19 17:57:28 +00:00
James Hensman
92d71384b7 deleted kernpart, prod and add seem to work okay. 2014-02-19 17:37:18 +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
James Hensman
493506408c init for src dir£ 2014-02-19 15:01:35 +00:00
James Hensman
20f02a80b4 rbf and white seem to work 2014-02-19 15:00:48 +00:00
James Hensman
89e216b6a6 moved stuff. much breakage. Ow. 2014-02-19 13:38:36 +00:00
James Hensman
0082acad63 minor edits 2014-02-19 10:51:12 +00:00
Neil Lawrence
f6484bcbd0 Using params class with sympy covariance. Adding conditional statements for presence of weave. 2014-02-18 19:37:53 -05:00
Neil Lawrence
d1b6d18ddf Changes to sympy covariance. 2014-02-18 18:49:13 -05:00
Alan Saul
be74fff45a Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-02-18 16:12:09 +00:00
Max Zwiessele
d0c563ff0a added sparsegp with missing data 2014-02-18 15:52:33 +00:00
Ricardo
c7a3060c5a Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-02-17 15:19:50 +00:00
James Hensman
e96d40b4cc removed sampling keyword (sampling is a silly thing to have as an option 2014-02-17 12:10:41 +00:00
James Hensman
afcffcf039 bad git merge 2014-02-17 12:06:19 +00:00
James Hensman
65a2c2a320 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-02-17 12:05:31 +00:00
James Hensman
3e4013ecf3 fixed Observable-weave clash in rbf 2014-02-17 12:05:20 +00:00
Max Zwiessele
07737b7ba7 rbf andl inear fixes 2014-02-17 12:04:40 +00:00
Max Zwiessele
ebd63e4a60 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-02-17 12:00:39 +00:00
James Hensman
619278a1c8 missing sys 2014-02-17 11:06:08 +00:00
Alan Saul
8bd99e4cc3 Got rid of debugging and failing ep tests 2014-02-17 10:06:21 +00:00
Max Zwiessele
825d3c2154 beginning of bgplvm with missing data 2014-02-17 09:03:44 +00:00
Max Zwiessele
20f749ff0d caching changes 2014-02-17 08:45:34 +00:00
Max Zwiessele
6defb2dbde added index testing 2014-02-17 08:45:23 +00:00
Max Zwiessele
a4212e1904 final prior computation issues killed 2014-02-14 15:23:41 +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
0919544eb7 oops index operations had an assignment error 2014-02-14 13:21:44 +00:00
Max Zwiessele
b1c98c2c3d Priors added 2014-02-14 13:18:48 +00:00
James Hensman
922e72af94 Merge branch 'params' into c_oredered 2014-02-14 11:39:30 +00:00
James Hensman
8d2c97dfb1 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-02-14 11:38:58 +00:00
James Hensman
3375606039 lots of F-ordering nonsense. Seems to work though 2014-02-14 11:38:34 +00:00
Max Zwiessele
8d7273b8ff non verbose checkgrad adjusted to new system 2014-02-14 09:57:18 +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
c78ddde6de gradcheck now fully functional 2014-02-13 20:24:45 +00:00
Max Zwiessele
c84372127f checkgrad was changing parameters 2014-02-13 16:49:17 +00:00
Max Zwiessele
13212abd0b parameter adding and removing now fully functional according to tests, including fixes 2014-02-13 16:44:45 +00:00
Max Zwiessele
f71af38505 fixing now works, removing parameters needs fixing 2014-02-13 15:06:05 +00:00
James Hensman
80a734e153 variouschanges 2014-02-13 13:53:49 +00:00
James Hensman
83d3389644 an ugly hack to work around the 'stickiness' of ObservableArray. TODO: remove this hack 2014-02-13 11:34:23 +00:00
James Hensman
6d30a11ae8 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-02-13 08:53:19 +00:00
James Hensman
3c68a9688d general bugfixing 2014-02-13 08:53:14 +00:00
Alan Saul
d2e8807a88 Fixed some examples and tests, and stated that Y metadata doesnt need to be the same size as Y 2014-02-12 18:02:24 +00:00
Max Zwiessele
646400f49e fixed gradchecker and fixes for paramterized 2014-02-12 17:30:20 +00:00