Skip to content

Using a model other than GP #1263

Answered by Balandat
eloiseum asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, how were you planning on addressing predictive uncertainty with your model (e.g. RFs)?

At the end of the day what you’ll need to make things work is a Model class that has a posterior() method that upon calling reruns a Posterior object. If you don’t have a closed form posterior then you can still use this setup with Monte Carlo acquisition functions so long as you can draw samples from your Posterior object. If you want to use gradient based optimization of the acquisition function then on top of that you’ll need to be able to backprop through those samples.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by saitcakmak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants