Skip to content

Commit

Permalink
updated search spaces docs
Browse files Browse the repository at this point in the history
  • Loading branch information
claesenm committed Jul 17, 2015
1 parent 865dc8a commit 4094650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,5 @@ throughout the documentation:
/user/cross_validation
/user/score_functions
/user/constraints
/user/structured_search_spaces
/user/decorators
2 changes: 2 additions & 0 deletions optunity/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ def maximize_structured(f, search_space, num_evals=50, pmap=map):
the given box constraints.
:param f: the function to be maximized
:param search_space: the search space (see dedicated documentation for details)
:param num_evals: number of permitted function evaluations
:param pmap: the map function to use
:type pmap: callable
Expand Down Expand Up @@ -374,6 +375,7 @@ def minimize_structured(f, search_space, num_evals=50, pmap=map):
the given box constraints.
:param f: the function to be maximized
:param search_space: the search space (see dedicated documentation for details)
:param num_evals: number of permitted function evaluations
:param pmap: the map function to use
:type pmap: callable
Expand Down

0 comments on commit 4094650

Please sign in to comment.