Skip to content

Commit

Permalink
added _structured to max and min in general user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
claesenm committed Jul 14, 2015
1 parent ae43ac0 commit 2f947f2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/user/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@ please refer to the expert functions listed below or to submodules.
Adheres to a prespecified upper bound on the number of function evaluations.
The solution will be within given box constraints. Optunity determines
the best solver and its configuration for you.
- :func:`optunity.maximize_structured`: maximizes the objective function with a structured search space
This function extends the functionality of `optunity.maximize` by allowing you to specify a structured
search space, that is a search space where the existence of some hyperparameters are contingent upon
some discrete choices.
Adheres to a prespecified upper bound on the number of function evaluations.
The solution will be within given box constraints. Optunity determines
the best solver and its configuration for you.
- :func:`optunity.minimize_structured`: minimizes the objective function with a structured search space
This function extends the functionality of `optunity.minimize` by allowing you to specify a structured
search space, that is a search space where the existence of some hyperparameters are contingent upon
some discrete choices.
Adheres to a prespecified upper bound on the number of function evaluations.
The solution will be within given box constraints. Optunity determines
the best solver and its configuration for you.
- :func:`optunity.manual`: prints a basic manual (general or solver specific)
Prints a basic manual of Optunity and a list of all registered solvers.
If a solver name is specified, its manual will be shown.
Expand Down

0 comments on commit 2f947f2

Please sign in to comment.