Commit graph

71 commits

Author SHA1 Message Date
James Hensman
8f75f6d66b tried to eliminate the regexp overflow error for large models 2013-05-07 18:50:13 +01:00
Neil Lawrence
7ffcefc511 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel
Conflicts:
	GPy/examples/dimensionality_reduction.py
2013-05-05 08:01:47 +01:00
Neil Lawrence
b6bac53da8 Minor changes 2013-05-05 07:59:07 +01:00
Max Zwiessele
914bdc73d8 added absolute difference check to gradcheck 2013-05-03 13:35:41 +01:00
James Hensman
350c69799d fixed a tie-bug for ND 2013-05-02 10:59:19 +01:00
James Hensman
db3646c3f3 Merge branch 'devel' into new_constraints
Conflicts:
	GPy/core/model.py
	GPy/core/parameterised.py
2013-05-01 12:07:35 +01:00
James Hensman
83510e7515 first attemot at the new constraint framework 2013-04-30 11:25:57 +01:00
Neil Lawrence
71114eef8c Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2013-04-29 21:45:42 +01:00
Neil Lawrence
33521f6763 Unification of the visualize object hierarchy and standardization of the click and move behaviour of lvm and lvm_dimselect. Set colours of input sensitivity histogram to red for left (port) and green for right (starboard). 2013-04-29 21:45:15 +01:00
Max Zwiessele
aaaa1b5251 model re compilation added 2013-04-29 16:21:38 +01:00
Max Zwiessele
992a35b614 baysian gplvm and example changes 2013-04-24 16:38:40 +01:00
Max Zwiessele
000cd5dbb8 new getters and setters for self.params, added m['var'] getter and setter 2013-04-24 11:16:33 +01:00
Max Zwiessele
7bc76b0ef9 Pull branch 'devel' of github.com:SheffieldML/GPy into devel 2013-04-24 10:10:10 +01:00
Max Zwiessele
70beeb5fe9 added m['ard'] gives all parameters matching 'ard', as well as setting m['ard'] = x to set all mrd parameters 2013-04-24 10:08:41 +01:00
James Hensman
43b9eacd8a re-enabled a previous bugfix which was lost in a merge 2013-04-23 17:11:04 +01:00
Max Zwiessele
0c8b83454f Revert "merge devel mrd"
This reverts commit 3f625a9347, reversing
changes made to dc6faeb303.
2013-04-23 14:02:15 +01:00
James Hensman
2205c333b2 fixed a weird regular expression bug in ensure_def_constraints 2013-04-23 12:19:41 +01:00
Nicolo Fusi
7c63d7e346 removed useless _set_params() 2013-04-15 16:27:56 +01:00
Nicolo Fusi
f6879ef768 Merge branch 'master' into devel 2013-04-10 16:55:27 +01:00
James Hensman
4aca883df3 weaved some rbf code 2013-04-10 15:50:31 +01:00
Nicolo Fusi
60dfc34e9b big merge 2013-04-10 12:23:23 +01:00
Nicolo Fusi
807e85123e Merge branch 'master' of github.com:SheffieldML/GPy 2013-04-10 11:54:55 +01:00
James Hensman
fd0b172e81 various work on BGPLVM oil demo 2013-04-10 09:28:58 +01:00
Neil Lawrence
fce4dd7fde Further edits on visualization code for faces example. 2013-04-02 02:20:53 +02:00
Ricardo Andrade
c72d2b99d9 print iteration number 2013-03-27 13:52:51 +00:00
Ricardo Andrade
8dd33615c1 pseudo EM algorithm for EP and maybe Laplace. 2013-03-22 18:38:24 +00:00
Nicolò Fusi
8ab1cfaf65 changes in GPLVM plotting 2013-03-21 11:05:17 +00:00
Nicolo Fusi
c44493077a made parallel optimize_restart responsive to ctrl+c 2013-03-18 14:31:26 +00:00
Nicolo Fusi
4d355d823f removed log_likelihood_gradients_transformed, now everything is done in the objective functions 2013-03-11 10:45:24 +00:00
Nicolo Fusi
d9b03044ac moved randomize() in a more proper place 2013-02-25 12:21:25 +00:00
Nicolò Fusi
1705ecce91 optimize_restarts() is now parallel (load-balanced). It also mantains compatibility with the verbose and robust options 2013-02-24 13:23:46 +00:00
Nicolò Fusi
66f25769bc added target_param option to checkgrad(), removed unused function parameter 2013-02-20 10:13:03 +00:00
Nicolò Fusi
27420d455e pretty-printing of objective function 2013-02-20 10:03:54 +00:00
Nicolo Fusi
12e895f8a7 added contribution from the prior to marginal LL printed in the model __str__ 2013-02-19 14:40:28 +00:00
Alan Saul
b9414c1b01 Reverted model.py 2013-02-08 16:05:01 +00:00
Alan Saul
ced1318689 Changed paths and model.py 2013-02-08 15:11:22 +00:00
Alan Saul
e4ecbe2e88 Revert 2013-02-08 14:32:43 +00:00
Alan Saul
c7f73c7aa1 Again playing with relative to absolute paths, test 2013-02-08 14:31:48 +00:00
Alan Saul
e59266af6e Back to original 2013-02-08 14:21:37 +00:00
Alan Saul
9e7f33d6f1 Just testing an absolute import 2013-02-08 14:19:29 +00:00
Alan Saul
04c716c3d2 Added root path back 2013-02-08 13:49:09 +00:00
James Hensman
dacdaa1b41 simplified the checkgrad logic somewhat 2013-02-04 12:36:08 +00:00
Ricardo Andrade
182c4c7d64 So many changes 2013-02-01 13:17:17 +00:00
James Hensman
791d240d96 merged conflicts after merging in master to newGP branch 2013-01-31 09:24:00 +00:00
Nicolo Fusi
8a3e10700d massive merge of the debug branch 2013-01-30 15:30:54 +00:00
Ricardo Andrade
dbf920ebd5 Minor change in EM explanation. 2013-01-29 12:29:22 +00:00
Ricardo Andrade
d9a3226f49 EM algorithm for EP. 2013-01-29 12:06:34 +00:00
James Hensman
b52c826387 merged trivial conflict 2013-01-18 17:49:50 +00:00
James Hensman
6d98a23077 fixed optimize_restarts 2013-01-18 17:48:33 +00:00
James Hensman
194d3ebda7 fixed optimize_restarts 2013-01-18 17:38:50 +00:00