alshedivat/keras-gp

Grid Creation

Marcbaer opened this issue · 2 comments

Great work thanks for this amazing library!
Is there a way to define the grid for MSGP precisely and not only the parameter 'k'?
I would like to define the GPML parameter xg manually. So I wonder if this is possible in keras-gp?

Thanks for your interest in keras-gp! PR #21 allows manual specification of the xg parameter for MSGP. There's also a new example script that shows how to use manual grid.

Please switch to branch custom-grid and test the feature. If it works fine, I'll merge the PR into the master branch. Thanks!

Thanks a lot for adding the feature!
It works fine with my application.