Bayesian optimization over function spaces

Hi, I’m new to using Pyro, and am currently working on a project on Bayesian optimization over function spaces. Currently I’m trying to adjust the Bayesian optimization framework provided by Pyro for optimization in Euclidean space to instead optimize over a Hilbert space of functions. I was wondering if there was already a framework for optimization over function spaces already written in Pyro.

To my knowledge, there is no such framework available.