Commit graph

236 commits

Author SHA1 Message Date
mzwiessele
b1e073318f [chaching] changing all chacher limits to 3 2016-03-07 11:37:22 +00:00
mzwiessele
568a38dfba [dir] structure preserved 2015-10-15 15:13:16 +01:00
mzwiessele
e49c75ce2e [paramz] started to pull paramz out 2015-10-14 10:28:23 +01:00
mzwiessele
87539b1c1b [beckdaniel] merge in warped gp changes 2015-10-13 08:52:26 +01:00
mzwiessele
dad7315c8a Merge branch 'devel' into travis_testing 2015-10-01 07:31:44 +01:00
mzwiessele
858a355396 [plotting] py3 compatibility, is it right, that relative imports always have to be in the format from . import <.> 2015-09-30 18:14:33 +01:00
beckdaniel
273009f9ad Merge remote-tracking branch 'ShefML/devel' into warped_gps_fixes 2015-09-26 13:35:57 +01:00
Zhenwen Dai
09571e9264 add adadelta as an optimizer 2015-09-18 13:49:47 +01:00
Max Zwiessele
3a72634149 Update model.py 2015-09-13 08:42:58 +01:00
beckdaniel
7fd8c9c556 added identity warp function and change np.argmin to np.nanargmin in optimize_restarts 2015-08-05 10:35:15 +01:00
mzwiessele
ff558ff57c [verbose opt] verbose needed clear after finish push through 2015-06-29 10:16:38 +02:00
Zhenwen Dai
0547177f32 change the behavior the optimize_restarts to keep the original model parameters for the firt run 2015-05-14 17:38:07 +01:00
Alan Saul
8f34bed6d7 Fix for model gradients 2015-04-10 15:03:07 +01:00
Mike Croucher
e82b5fe773 Resolve merge conflicts 2015-04-01 11:44:20 +01:00
mzwiessele
f771944629 [optimization] model prints how many parameters there are to optimize 2015-03-23 08:46:46 +00:00
Mike Croucher
7930eb646f Merge from upstream 2015-03-13 14:23:40 +00:00
mzwiessele
d01a0a61e2 [optimize] max_f_eval -> max_iters 2015-03-11 10:42:44 +00:00
mzwiessele
77b4dc7d44 [optimize] added clear functionality for ipython notebook and kern input sensitivity error handling 2015-03-11 10:37:21 +00:00
Mike Croucher
fc43f6d313 Map fix for Python 3 2015-03-03 09:53:27 +00:00
Mike Croucher
5607bd9a19 Various Py3 related import fixes 2015-03-02 20:13:21 +00:00
Mike Croucher
560950466d itertools fixes from 2to3 2015-03-01 09:24:22 +00:00
Mike Croucher
ebc0b6e1a5 Resolved merge conflict 2015-02-26 14:37:58 +00:00
mzwiessele
f1e7760403 [verbose optimization] added automatic detection of ipython notebook support, this is experimental 2015-02-26 13:52:20 +00:00
Mike Croucher
c4fb58176d Exception fixes for Python 3 compat 2015-02-26 13:33:39 +00:00
Mike Croucher
1521b3e260 Convert print to function for Python 3 compatibility. This breaks compatibility for versions of Python < 2.6 2015-02-26 08:11:11 +00:00
Mike Croucher
2ca24a88f5 More relative import fixes for Python 3 compatibility 2015-02-26 07:14:40 +00:00
mzwiessele
924899069e [optimization] experimental auto detect of ipython notebook 2015-02-24 11:56:36 +00:00
Max Zwiessele
57e941140c [opt] unified printing of status of optimization 2015-01-15 09:02:45 +00:00
Max Zwiessele
53dcd3f9fa [objective grads] undid the change, as this would lead to dramatic problems in reloading old models using the pickle module 2015-01-13 13:53:28 +00:00
Max Zwiessele
20eff02061 [objective grads] undid the change, as this would lead to dramatic problems in reloading old models using the pickle module 2015-01-13 13:46:49 +00:00
Max Zwiessele
1c6cef44b6 [progress] show progress of optimization using optimize(itpython_notebook=True) 2015-01-13 11:49:40 +00:00
Max Zwiessele
cd8dd9ab98 [optimization prints] unified printouts for optimizers, added ipython_notebook flag for use in ipython notebooks 2015-01-12 15:43:33 +00:00
Max Zwiessele
e03d6d4f71 [model print] updates now shown in print out 2015-01-12 11:55:44 +00:00
Max Zwiessele
dff577d22b renamed opimizer methods to unobscure gradients and objective 2015-01-12 11:35:57 +00:00
Max Zwiessele
35a33f94e8 [html print] more table based corrections for html printing 2014-12-05 16:23:50 +00:00
Max Zwiessele
0e0220921f [html repr] included css styling for html print outs 2014-12-05 11:13:18 +00:00
Max Zwiessele
4e91a012e6 [model] update messages a little nicer 2014-11-28 10:11:58 +00:00
James Hensman
9bc65ac814 more ]#copyrighting 2014-11-21 11:40:50 +00:00
Max Zwiessele
3c642a5600 [MRD] updates and nicer plotting 2014-11-12 15:08:38 +00:00
James Hensman
213e0a7559 fixed or zero size models will now not raise an error when trying to optimize 2014-11-06 14:18:57 +00:00
Zhenwen Dai
1dbe3e34b0 update docstring for checkgrad 2014-11-05 16:42:28 +00:00
Zhenwen Dai
902f8f138b clean up parallel framework 2014-11-05 14:34:03 +00:00
Zhenwen Dai
9febc73be3 model checkgrad enhancement 2014-11-05 11:58:05 +00:00
Max Zwiessele
3358d06e42 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-10-16 12:43:19 +01:00
Max Zwiessele
93ca35b319 [whitespaces] 2014-10-16 12:43:15 +01:00
Neil Lawrence
8fa890639e Display of models and params for the notebook. 2014-10-16 04:06:03 +01:00
James Hensman
31478d4d59 improved docsting for optimize 2014-09-17 11:22:31 +01:00
Max Zwiessele
4543fc3480 [link|unlink_parameter] renaming add_parameter to link_parameter 2014-09-08 08:57:28 +01:00
mzwiessele
a358c51829 [printing] added model details for printing 2014-09-05 14:21:34 +01:00
Zhenwen Dai
e46f3b342e remove the print message in model.checkgrad 2014-09-02 12:33:52 +01:00