Commit graph

1179 commits

Author SHA1 Message Date
James Hensman
adb8a98cb3 fixed the multiple optima demo 2013-06-05 13:08:51 +01:00
James Hensman
aef3ba72ab how did that happen? 2013-06-05 12:18:23 +01:00
James Hensman
c4bb32d103 merged an emty line... 2013-06-05 12:11:58 +01:00
James Hensman
dea4359b4e changed the behaviour of checkgrad
checkgrad usd to check the passed string (for name matching) against the
list of _get_param_names(). Then it would index along
_get_param_names_transformed()!

this led to inconsistensies when fixed or tied variables were used,
which screwed up the ordering of the variable names.

We now match against _get_param_names_transformed().
2013-06-05 12:08:33 +01:00
Nicolas
5c91155b1a Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-05 11:44:59 +01:00
Nicolas
a9d4006488 Constrain fixed now unconstrains first 2013-06-05 11:44:48 +01:00
Max Zwiessele
2a39440619 dim reduc plotting 2013-06-05 11:36:20 +01:00
Max Zwiessele
4b4af86e5b merged plotting and input_dim 2013-06-05 11:34:58 +01:00
Nicolas
903e66486d Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-05 11:22:55 +01:00
Nicolas
5f899ed4f4 tutorials updated to comply with changes throught the code 2013-06-05 11:22:47 +01:00
Max Zwiessele
ffb6eb414b dimensionalityreduction plotting adjusted to new syntax 2013-06-05 11:21:02 +01:00
Alan Saul
97f3357b6d Replaced Q by input_dim 2013-06-05 11:17:15 +01:00
James Hensman
312cfebcb1 modified the regression demos r
they all seem to work now.
2013-06-05 09:10:45 +01:00
James Hensman
1c51eae954 made input_ubncertainty plotting work, modified example a little 2013-06-05 08:59:47 +01:00
Ricardo
eb5f2ff5f0 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 18:56:18 +01:00
Ricardo
2bc53d7231 New model 2013-06-04 18:55:55 +01:00
Ricardo
bdc781664a New model 2013-06-04 18:55:39 +01:00
Ricardo
72ba86a969 new models included 2013-06-04 18:54:47 +01:00
Ricardo
d383403c8e examples corrected 2013-06-04 18:54:29 +01:00
Nicolas
c56d611936 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 18:35:44 +01:00
Nicolas
392d36964c making examples working 2013-06-04 18:35:36 +01:00
Max Zwiessele
9418d5508e Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 18:26:24 +01:00
Max Zwiessele
8bdb14b0f9 plotting behaviour adapted for BGPLVM 2013-06-04 18:26:16 +01:00
James Hensman
e53b97e09f Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 18:25:56 +01:00
James Hensman
a5e1985d9d plotting in the model behaves better 2013-06-04 18:25:46 +01:00
Max Zwiessele
2b0858b697 plotting behaviour adapted for BGPLVM 2013-06-04 18:25:28 +01:00
Max Zwiessele
cadf822292 plotting behaviour adapted for kern and mrd 2013-06-04 18:19:14 +01:00
Ricardo
f167940544 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 18:16:20 +01:00
Ricardo
a87dd7296c new GP_classification model 2013-06-04 18:16:08 +01:00
Max Zwiessele
a32f9bf9dd Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 18:09:08 +01:00
Max Zwiessele
75f4e26b23 added priors behaviour as intended and issue #38 closed and fixed 2013-06-04 18:09:02 +01:00
James Hensman
5a2722bec6 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 17:54:49 +01:00
James Hensman
6196ed794e fixed printing, some example 2013-06-04 17:54:36 +01:00
Ricardo
2e6bbbf12b FITC test not skipped any more 2013-06-04 17:41:03 +01:00
Ricardo
7396e5ad21 unit_tests corrected 2013-06-04 17:39:38 +01:00
Ricardo
bae714f72c Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 17:39:12 +01:00
James Hensman
6d64559f1f re-merged. only RA's errors (probit?) remain 2013-06-04 17:38:05 +01:00
Max Zwiessele
29790e327a Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 17:28:13 +01:00
Max Zwiessele
c4cd93cd17 MERGE 2013-06-04 17:27:59 +01:00
Ricardo
b85a95e24c Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 17:24:02 +01:00
Ricardo
c598dca830 match_moments function passes transformed values 2013-06-04 17:23:46 +01:00
Neil Lawrence
b7bf712f48 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel
Conflicts:
	GPy/models/GPLVM.py
2013-06-04 17:23:12 +01:00
Max Zwiessele
c7ac1ed9d8 domains added and class names in priors capitalized 2013-06-04 17:21:56 +01:00
Neil Lawrence
7e8cb2981d Remove copies (they are now in visualize code ...). 2013-06-04 17:21:30 +01:00
Neil Lawrence
500bd8f4b8 Neil's flailing attempts to update the flailing stick man. 2013-06-04 17:20:46 +01:00
James Hensman
e29e5624f5 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 17:19:44 +01:00
James Hensman
edae1032c7 tests are now passing 2013-06-04 17:19:33 +01:00
Max Zwiessele
3546650d15 added domain matching in set_prior 2013-06-04 17:12:17 +01:00
Max Zwiessele
e02804a671 added domains to priors 2013-06-04 17:03:29 +01:00
Max Zwiessele
dbc4bc3f3c Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 16:50:04 +01:00