Skip to content

Bayesian optimization with derivatives in botorch #886

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

You must be logged in to vote

Yes, this is possible. There was a discussion on this as part of #636. You may be interested in particular in the demo notebook linked in my response here. It probably wouldn't be a terrible idea to make a tutorial out of this...

What exactly is the line between botorch and gpytorch anyways?

BoTorch is built as a Bayesian Optimization library that focuses primarily on making it easy to build MC acquisition functions and optimize them using PyTorch auto-differentiation. Its APIs are relatively generic and designed to work with any probabilistic PyTorch model that allows to produce posterior samples through which one can backprop (e.g. you could also hook up some kind of BNN instead of a …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@samuela
Comment options

Answer selected by Balandat
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