Skip to content

Instantly share code, notes, and snippets.

@arjay55
Created August 24, 2019 08:39
Show Gist options
  • Save arjay55/5c6def44d4b31b182f573bca10b3dca0 to your computer and use it in GitHub Desktop.
Save arjay55/5c6def44d4b31b182f573bca10b3dca0 to your computer and use it in GitHub Desktop.
Optimization_command
res = gp_minimize(objective, # the function to minimize
space, # the bounds on each dimension of x
acq_func="LCB", # the acquisition function
n_calls=78, # the number of evaluations of f #78
n_random_starts=5, # the number of random initialization points
random_state=0) # the random seed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment