secondmind-labs / trieste

A Bayesian optimization toolbox built on TensorFlow
Apache License 2.0
217 stars 42 forks source link

allowing SeparateIndependent inducing points in GPflux samplers #720

Open hstojic opened 1 year ago

hstojic commented 1 year ago

at the moment trajectory samplers do not support models with separate inducing points - this is important e.g. for orthogonal Deep GPs

see a closed PR that did this (via additional changes in GPflux library) but we ended up taking a different route without such support: https://github.com/secondmind-labs/trieste/pull/606