James Hensman
56a4bc4e21
an assortment of fixes
2013-06-05 14:52:37 +01:00
Max Zwiessele
802d6e7792
merged regression example, corrected refactoring
2013-06-05 14:02:59 +01:00
James Hensman
adb8a98cb3
fixed the multiple optima demo
2013-06-05 13:08:51 +01:00
Max Zwiessele
2e5e8ac026
REFACTORING: model names, lowercase, classes uppercase
2013-06-05 13:02:03 +01:00
James Hensman
aef3ba72ab
how did that happen?
2013-06-05 12:18:23 +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
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
Nicolas
392d36964c
making examples working
2013-06-04 18:35:36 +01:00
James Hensman
6196ed794e
fixed printing, some example
2013-06-04 17:54:36 +01:00
Nicolas
96c7810cf1
added parameters max_nb_eval_optim in regression examples
2013-06-04 15:57:37 +01:00
Neil Lawrence
fce4dd7fde
Further edits on visualization code for faces example.
2013-04-02 02:20:53 +02:00
James Hensman
adfa6de1d8
rbf now works in a more memory friendly fashion
2013-03-27 15:03:46 +00:00
Alan Saul
c39af496a6
Added test generator (not quite finished yet)
2013-03-11 17:05:18 +00:00
Ricardo Andrade
e14576f5c9
Examples are working
2013-03-11 14:53:09 +00:00
Ricardo Andrade
a54e9bb826
examples directory organized.
2013-03-11 14:05:56 +00:00
James Hensman
f881e65761
coregionalisation seems to be a go-go
2013-03-08 18:21:29 +00:00
James Hensman
9a97ad7348
debugging the coregionalisation kern
2013-03-07 13:49:54 +00:00
James Hensman
65f9c7bb76
First attempt at making coregionalise work with the sparse model
...
Gradients are failing! have implemented prod_othogonal.dKdiag_dtheta
2013-03-06 15:29:03 +00:00
James Hensman
613aae6417
coregionalisation
2013-03-06 13:15:15 +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
Neil Lawrence
99034d0fb0
Mods to regression.py now that we have get to get parameters. Moved Youter to YYT.
2013-01-18 15:31:20 +00:00
Neil Lawrence
3c700dfa50
Changed get_param and set_param to _get_params and _set_params
2013-01-18 12:31:37 +00:00
Nicolo Fusi
92adeecb6c
added copyright notice and license at the top
2012-11-29 16:39:20 +00:00
Nicolo Fusi
ba93455c09
examples
2012-11-29 16:27:46 +00:00