Nicolas K
Nicolas K
I will definitely look at this!
I'm putting it together in this branch https://github.com/nknudde/GPflowOpt/tree/mgp. I made a rough version, but still needs some cleaning up and in particular the prediction code needs some looking into. Right...
Here I am again. I wrote some tests and now it also support multi-output GPs. I think the notebook would best be made after the datascaler reform
https://github.com/GPflow/GPflow/blob/master/GPflow/model.py The graph to calculate the function and gradients is calculated in the _compile function and an objective function in generated.which returns the function and gradients. In _optimize_np the objective...
We have been talking about batch optimization internally and think it would certainly be interesting to have (although not for the first version) and of course you are welcome to...