Skip to content

Instantly share code, notes, and snippets.

@crawftv
Created April 11, 2019 04:00
Show Gist options
  • Save crawftv/d33934ad164d7baf1487c8c59b0dab26 to your computer and use it in GitHub Desktop.
Save crawftv/d33934ad164d7baf1487c8c59b0dab26 to your computer and use it in GitHub Desktop.
Skopt Tutorial - GP Minimize
gp_result = gp_minimize(func=fitness,
dimensions=dimensions,
n_calls=12,
noise= 0.01,
n_jobs=-1,
kappa = 5,
x0=default_parameters)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment