Skip to content

Instantly share code, notes, and snippets.

@jrzaurin
Created March 9, 2019 12:31
Show Gist options
  • Save jrzaurin/f535a1337710f83e4aea5a1ad67ddde0 to your computer and use it in GitHub Desktop.
Save jrzaurin/f535a1337710f83e4aea5a1ad67ddde0 to your computer and use it in GitHub Desktop.
objective.i=0
trials = Trials()
best = fmin(fn=objective,
space=params,
algo=tpe.suggest,
max_evals=maxevals,
trials=trials)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment