Commit graph

79 commits

Author SHA1 Message Date
mzwiessele
851e63476c [pydot] build pydot with new observer list 2014-05-13 12:53:42 +01:00
mzwiessele
4f627c904f [variational] posterior object copies adjusted 2014-05-13 08:50:14 +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
Max Zwiessele
df1ec5d214 bugfix: fixing through regular expression matching 2014-04-16 11:41:01 +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
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
86c00e3d4d current_slice is not a property 2014-03-31 14:11:11 +01:00
Max Zwiessele
f3b74fa85f pickling and caching 2014-03-31 12:45:09 +01:00
Max Zwiessele
f675c6b081 bugfix for 3d and more dimensional _indices 2014-03-24 12:41:39 +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
24b43c490c fixes now hierarchical, maybe need to be restructured as lookup from constraints 2014-03-18 16:30:46 +00:00
Max Zwiessele
64f44cf179 ObservableArray -> ObsAr, because of pickling and ndarray printing 2014-03-17 17:10:06 +00:00
Max Zwiessele
2ce3a93b3f pickling working for array-likes, but observers not yet connected back 2014-03-17 16:55:21 +00:00
Max Zwiessele
3e93579e3d prior domain check 2014-03-14 12:32:08 +00:00
Max Zwiessele
11ca793d1f fixes fixed and test updates 2014-03-14 11:45:28 +00:00
Max Zwiessele
16bd44eb35 changes due to tests in parameterization 2014-03-14 11:32:38 +00:00
Max Zwiessele
1f9509d979 testing a bit cleaned periodic is turned off, bc it need different tests, discontinuous still needed 2014-03-13 13:13:15 +00:00
Max Zwiessele
b95cc90ffb object without args 2014-03-13 11:51:54 +00:00
Max Zwiessele
74999a89ad gradient check 2014-03-11 16:23:29 +00:00
Max Zwiessele
546d5dfff3 all parameters in memory 2014-03-10 08:21:13 +00:00
Max Zwiessele
b1ebeea912 param concat fix 2014-03-05 12:46:13 +00:00
Max Zwiessele
cde8722e1b printing for older numpy versions 2014-03-05 11:19:46 +00:00
Max Zwiessele
0a82427e29 parameters once in memory 2014-03-05 10:45:35 +00:00
Max Zwiessele
0df263956f Dont call parameters_changed ever yourself anymore and parameters are now inplace once in memory 2014-03-04 17:32:46 +00:00
Max Zwiessele
a98334e009 logic edits for copy 2014-03-03 15:07:33 +00:00
Max Zwiessele
20e02e63a9 global gradient test done and some parameterized fixes 2014-02-28 16:58:24 +00:00
Max Zwiessele
47e4026141 hierarchy edits. adding removing parameters withing hierarchy 2014-02-28 16:18:47 +00:00
Max Zwiessele
2771e3f71f observer pattern has a handle to trigger only > min_priority observers 2014-02-28 11:33:31 +00:00
Max Zwiessele
999d2419dd observer pattern now tested and fully operational. needed the good night rest : ) 2014-02-28 08:58:34 +00:00
Max Zwiessele
9fa1a40ac3 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-02-27 08:07:03 +00:00
Max Zwiessele
023203dc3a parent observer now static and always last 2014-02-27 08:07:00 +00:00
James Hensman
68f0af4deb fixes in the plotting and in the dot graphing 2014-02-26 17:13:47 +00:00
James Hensman
16e2fbd6cb pydot graphing half done 2014-02-26 15:54:43 +00:00
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