Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dongchirua/sklearn-deap
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Nguyen committed Oct 3, 2018
2 parents 1b5dafe + 6468860 commit fdd93de
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 fdd93de

Please sign in to comment.