Commit graph

177 commits

Author SHA1 Message Date
Zhenwen Dai
52c0be1848 merge devel branch in 2014-05-21 10:38:34 +01:00
Max Zwiessele
b520eb212c [fixing] fixing now saves the old constraint 2014-05-20 16:39:52 +01:00
Max Zwiessele
c507cfe4ab [index operations] added lookup for properties for a given index as dict <properties, subindex> for given index 2014-05-20 16:06:56 +01:00
Max Zwiessele
995de897b3 [core updates] first try to switch updates off and on. Use m.updates = False to switch updates off, and vice-versa 2014-05-20 14:48:53 +01:00
Max Zwiessele
01d6b91f90 [mrd] missing data implemented, and plotting better 2014-05-16 15:12:19 +01:00
Max Zwiessele
94c84a23a3 [mrd] plotting, init, inference etc. 2014-05-16 11:21:08 +01:00
Zhenwen Dai
17b6b94db3 Logistic transformation numerical robustness 2014-05-16 10:48:18 +01:00
Zhenwen Dai
4ec8f464e2 merge chagnes from devel 2014-05-15 18:02:33 +01:00
Zhenwen Dai
dad476faf6 [ssgplvm] linear kernel 2014-05-15 11:43:29 +01:00
Max Zwiessele
02b5ee1e46 [parameterized] restructered a lot and finalized some stuff 2014-05-15 11:29:20 +01:00
Max Zwiessele
78ae67bd47 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-05-15 10:06:33 +01:00
mzwiessele
73f23c0a0d [caching] renaming of helper methods to make intention clear 2014-05-14 13:39:48 +01:00
mzwiessele
5b8bd88acf [indexing&memory] in memory view more efficient, catching some indexing errors 2014-05-14 11:38:00 +01:00
mzwiessele
8d6eed6010 [param] hierarchy traversal easier now 2014-05-14 08:53:56 +01:00
mzwiessele
442bc3f581 [paramcore] fix for traversal 2014-05-13 14:20:59 +01:00
mzwiessele
851e63476c [pydot] build pydot with new observer list 2014-05-13 12:53:42 +01:00
mzwiessele
8ff4a42d1a [param_array] doc 2014-05-13 09:32:58 +01:00
mzwiessele
4f627c904f [variational] posterior object copies adjusted 2014-05-13 08:50:14 +01:00
Max Zwiessele
8531c4bff0 [params] indexing with boolean arrays switched off, rases proper error now 2014-05-12 16:23:01 +01:00
Max Zwiessele
c8da9602ec [param] indexing now returns exactly like numpy arrays 2014-05-12 14:47:07 +01:00
Max Zwiessele
5b8b3b2256 [copy] handled hierarchy error for copying 2014-05-12 11:42:53 +01:00
Max Zwiessele
4eac8a5965 [param concatenation] allows assignmend more robustly 2014-05-09 14:07:34 +01:00
mzwiessele
8abc45c4ca bugfix: mixed up global and local index in unfixing 2014-04-17 15:01:43 +01:00
Neil Lawrence
483cb7ddc0 Merge branch 'params' of https://github.com/SheffieldML/GPy into params 2014-04-17 07:05:20 -04:00
Max Zwiessele
df1ec5d214 bugfix: fixing through regular expression matching 2014-04-16 11:41:01 +01:00
Max Zwiessele
3a8a1914f2 bugfix: couldn't constrain single parameters, because of indexing of np 2014-04-16 10:24:45 +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
Neil Lawrence
c2d3c82944 Copy and paste observable_array from repository to try and resolve bizzare merge request. 2014-04-14 10:00:07 +01:00
Neil Lawrence
9277695a6d More changes to symbolic 2014-04-11 16:35:41 +01:00
Neil Lawrence
41ef7f4c72 Ongoing changes to symbolic. 2014-04-08 06:09:30 +01:00
Zhenwen Dai
bbcba2553c [GPU] GPU version of varDTC is ready 2014-04-07 10:25:16 +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
mzwiessele
c71ee8949c renamed array_core to observable_array 2014-04-01 10:20:46 +01:00
Max Zwiessele
439d66b67f minor changes bits and pieces 2014-03-31 14:12:13 +01:00
Max Zwiessele
86c00e3d4d current_slice is not a property 2014-03-31 14:11:11 +01:00
Max Zwiessele
498e757eec index operations view delitem added 2014-03-31 14:10:36 +01:00
Max Zwiessele
161f352838 delete dangling fixed attribute in constraints 2014-03-31 13:31:50 +01:00
Max Zwiessele
46ee737492 copy had slight bug in id(_parent_index_) > ids for ints are shared globally 2014-03-31 13:30:17 +01:00
Max Zwiessele
f3b74fa85f pickling and caching 2014-03-31 12:45:09 +01:00
mzwiessele
9cf37ff104 started copy implementation, have to get rid of _getstate_ and _setstate_ 2014-03-26 15:03:06 +00:00
mzwiessele
ebb919bb8b array list now working with index 2014-03-26 14:59:08 +00:00
Zhenwen Dai
53627ee282 [GPU] GPU kernel 2014-03-26 10:47:33 +00:00
Max Zwiessele
f675c6b081 bugfix for 3d and more dimensional _indices 2014-03-24 12:41:39 +00:00
Max Zwiessele
401540cbf5 core updates 2014-03-24 11:22:31 +00:00
Max Zwiessele
ed2aaab4bb variational returns now the right raveled indices 2014-03-24 09:06:48 +00:00
Max Zwiessele
a493dd085e Caching functions now take two arguments: self and which, which is the argument which started the update 2014-03-24 08:52:50 +00:00
Max Zwiessele
0b5f6ea7c6 caching now per instance, not at def time 2014-03-21 16:57:49 +00:00
James Hensman
01271e3868 fixing the logexp (with MZ) and some stability issue in the stationary class 2014-03-21 15:23:49 +00:00