Skip to content

Increasing the accuracy of botorch #1069

Answered by saitcakmak
A-ep93 asked this question in Q&A
Discussion options

You must be logged in to vote

On a quick look, your code seems fine. Given that you're using 1000 points in a 3d input space, I'd expect highly accurate results. It's possible that the range of your function output does not play well with the priors for the GP hyper parameters. You could try replacing
models =SingleTaskGP(train_x,train_obj) with models =SingleTaskGP(train_x,train_obj, outcome_transform=Standardize(m=1)) and see if that helps.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@A-ep93
Comment options

@saitcakmak
Comment options

@A-ep93
Comment options

@Balandat
Comment options

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
3 participants