Created
April 11, 2019 04:00
-
-
Save crawftv/d33934ad164d7baf1487c8c59b0dab26 to your computer and use it in GitHub Desktop.
Skopt Tutorial - GP Minimize
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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