Skip to content

Multi-fidelity BO tutorial doesn't work? #2523

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

You must be logged in to vote

The objective value is better than it had found during optimization or what EI was able to find. So somehow the GP "knows" about the best objective, but never actually evaluates it? Am I interpreting this correctly?

Yes, this is correct. MFKG avoids evaluating the high fidelities due to the high cost. So your analysis about how well it does needs to be based on the points it would recommend at each step (not what it evaluates as part of the optimization). Take a look at the ["Make a final recommendation"](https://botorch.org/tutorials/discrete_multi_fidelity_bo#Make-a-final-recommendation) section of the tutorial. You'll want to call get_recommendation() in each step based on the model…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@samuelkim16
Comment options

@Balandat
Comment options

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