Skip to content

Commit

Permalink
Merge pull request rsteca#50 from chengs/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
rsteca authored Mar 5, 2018
2 parents 2d98a17 + 5891a50 commit 6468860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def func(x, y, m=1., z=False):

param_grid = {'x': [-1., 0., 1.], 'y': [-1., 0., 1.], 'z': [True, False]}
args = {'m': 1.}
best_params, best_score, score_results = maximize(func, param_grid, args, verbose=False)
best_params, best_score, score_results, _, _ = maximize(func, param_grid, args, verbose=False)
```

Output:
Expand Down

0 comments on commit 6468860

Please sign in to comment.