deephyper.skopt.optimizer.optimizer#
Sickit-Optimize optimizer class.
Functions
Boltzmann distribution function. |
|
Cook a default estimator. |
|
Cook a default initial point generator. |
|
Prepare a Scikit-Learn preprocessing pipeline to transform the objective. |
|
Initialize an OptimizeResult object. |
|
A wrapper around the acquisition function that is called by fmin_l_bfgs_b. |
|
Check if an estimator's |
|
Test if the input value is a failure. |
|
Check if scores have improved over 'patience' length. |
|
log(x, [base=math.e]) Return the logarithm of x to the given base. |
|
Create a |
Classes
Search space dimension that can take on categorical values. |
|
GaussianProcessRegressor that allows noise tunability. |
|
Abstract class representing a scalarizing function. |
|
Run bayesian optimisation loop in DeepHyper. |
|
Initialize a search space from given specifications. |
Exceptions
Raised when search has seen |
|
Raised when the search cannot sample new points from the ConfigSpace. |