Commit graph

2812 commits

Author SHA1 Message Date
Alan Saul
ddcaf8f8b5 Added forced extraction of eggs (as we have a fair few non-py files and use the directory structure) added some files to MANIFEST and setup.py's package_data so its included upon distributing 2014-07-29 12:02:47 +01:00
Zhenwen Dai
dd6823446d ssgplvm simulation example 2014-07-28 11:51:35 +01:00
Neil Lawrence
1c9eb270bf Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2014-07-24 20:55:23 +01:00
Neil Lawrence
ec5e9443ce Changes to datasets.py 2014-07-24 20:55:18 +01:00
mzwiessele
8c80fb9c52 [inference] less constant jitter, and jitter adjustements
Conflicts:
	GPy/util/linalg.py
2014-07-22 09:26:20 -07:00
James Hensman
51e48f7508 fixed a bug in optimize restarts: it now used optimizer_array 2014-07-16 09:40:44 +01:00
Ricardo
369cc0ba2b Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-07-11 10:43:02 +01:00
maxz
08555c5f56 [vardtc missing] logging
Conflicts:
	GPy/inference/latent_function_inference/var_dtc.py
2014-07-08 15:42:13 -07:00
mzwiessele
c66f50262e [init] normalization bugfix 2014-07-07 16:01:17 -07:00
mzwiessele
7c8de7fff8 [whitespaces] 2014-07-07 16:01:12 -07:00
Zhenwen Dai
872e97af84 fix the problem starting multiple process with limited number of GPUs 2014-07-03 16:31:22 +01:00
mzwiessele
8dacea2c13 [var dtc missing] 2014-07-02 12:30:33 -07:00
mzwiessele
c8da45aa8f [var dtc missing] performance increase with right iterations 2014-07-02 12:07:40 -07:00
mzwiessele
d592f680f3 logging 2014-07-02 11:15:36 -07:00
mzwiessele
4a8a9bac54 [var dtc missing] no caching of indexed y anymore, no subarray indexing 2014-07-02 11:05:11 -07:00
mzwiessele
a9443417d7 [logging] more on logging 2014-07-02 10:15:18 -07:00
mzwiessele
eb9fb180fb var dtc missing] memory efficiency greatly improved 2014-07-02 09:17:27 -07:00
mzwiessele
89f7f2dc73 [parameterized] init greatly improved 2014-07-02 09:17:14 -07:00
Zhenwen Dai
a7d0438731 add plot_latent to sparse_gplvm 2014-07-02 14:23:56 +01:00
Zhenwen Dai
f16db00438 fix sparse_gplvm 2014-07-02 14:21:27 +01:00
Zhenwen Dai
1c165db845 simplify the interface of using mpi 2014-07-02 10:52:47 +01:00
Zhenwen Dai
216de32c0c fix add kernel and VarDTC_minibatch speed tuning 2014-07-01 18:01:33 +01:00
Zhenwen Dai
129985998c fix ss_mrd and fix white and bias kernel 2014-07-01 13:16:57 +01:00
mzwiessele
8a8818aa91 yak shaving and whitespaces 2014-06-30 10:26:17 -07:00
mzwiessele
b9e61b0ed1 [brendan] netpbmfile 2014-06-30 10:26:05 -07:00
mzwiessele
431f67a8e3 [optimize] bugfix 2014-06-30 09:24:26 -07:00
mzwiessele
8ef16f5529 [parameterized] bugfix: downstream parameters did not get constraint update on add_parameter 2014-06-30 09:20:56 -07:00
mzwiessele
cbcb0a9b99 [parameterized] adding parameters in hierarchy, did not update higher siblings 2014-06-30 08:18:05 -07:00
mzwiessele
67620e47d0 [cacher] removed logger 2014-06-30 08:17:47 -07:00
mzwiessele
3ac8f477fa [var dtc missing] yak shaving 2014-06-27 16:22:57 -07:00
mzwiessele
35b778b45f [logging] 2014-06-27 16:19:23 -07:00
mzwiessele
8213b5011c [gp] memory > only one copy 2014-06-27 15:21:12 -07:00
mzwiessele
06ee090a50 [subbarray] logging 2014-06-27 15:21:12 -07:00
Zhenwen Dai
2c88528ebd ss_mrd with parameter tied 2014-06-27 17:25:08 +01:00
mzwiessele
83e2df838d [vardtc missing] performance fixes 2014-06-27 08:04:20 -07:00
Zhenwen Dai
35eb0a015f add ss_mrd model 2014-06-27 10:03:25 +01:00
Zhenwen Dai
8a4a4e56a9 fix pickle for ssgplvm and bgplvm with mpi 2014-06-26 14:39:02 +01:00
Zhenwen Dai
1512590a8c remove dependence of scikits.cuda from rbf kernel 2014-06-26 14:12:19 +01:00
Zhenwen Dai
92fecbb4ef remove dependence of cublas from rbf kernel 2014-06-26 14:01:58 +01:00
Zhenwen Dai
c3482e7a94 fix the gpu initialization for multiple cards 2014-06-26 13:46:47 +01:00
Zhenwen Dai
bdf478956d adapt gpu initialization multiple gpu cards 2014-06-26 12:17:45 +01:00
mzwiessele
66390cbf8a [optimizer array] bugfix, when updating the model the optimizer array would not update 2014-06-25 09:33:17 -07:00
Zhenwen Dai
cf33808673 fix the SSGPLVM with MPI 2014-06-25 13:57:25 +01:00
Zhenwen Dai
08ed72b2f2 fix the speed problem of the tie framework 2014-06-24 18:01:16 +01:00
Zhenwen Dai
525d9329ff a little optimization of gpu code 2014-06-24 17:28:01 +01:00
Zhenwen Dai
9c6bfae0b9 RBF for SSGPLVM gpu implemented 2014-06-24 15:10:53 +01:00
Zhenwen Dai
3f36a245d1 fix the problem of multiple ties on the same param array object 2014-06-24 12:49:04 +01:00
Zhenwen Dai
567612b3a9 tie framework works roughly 2014-06-23 19:39:35 +01:00
Zhenwen Dai
fa6b5343cc merge ties branch into psi2 2014-06-23 14:37:11 +01:00
Zhenwen Dai
36d53f815c merge ties branch into psi2 2014-06-23 14:36:28 +01:00