Skip to content

What is the parameter of optimize_acqf #1068

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

You must be logged in to vote

So the flow is

  1. Sample (using QMC) raw_samples points X in bounds.
  2. Compute the acquisition function value Z := alpha(X) for each of these samples.
  3. Apply a Boltzmann sampling heuristic (this one) that selects num_restarts points from X (without replacement) with probability proportional to exp(eta * Z), where Z = (Y - mean(Y)) / std(Y) and eta is a temperature parameter.
  4. Use the points that were picked by the heuristic as initial conditions for multi-start L-BFGS-B optimization.

Replies: 1 comment 1 reply

Comment options

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

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