deephyper.problem#
This sub-package provides tools to define hyperparameter and neural architecture search problems. Some features of this module are based on the ConfigSpace project. The main classes provided by this module are:
* deephyper.problem.HpProblem
: A class to define a hyperparameter search problem.
* deephyper.problem.NaProblem
: A class to define a neural architecture search problem.
Functions
Creates a Categorical Hyperparameter. |
|
Create a FloatHyperparameter. |
|
Create an IntegerHyperparameter. |
Classes
Represents a beta distribution. |
|
Base distribution type |
|
A ForbiddenAndConjunction. |
|
A ForbiddenEqualsClause |
|
A ForbiddenEquals relation between two hyperparameters. |
|
A ForbiddenGreaterThan relation between two hyperparameters. |
|
A ForbiddenLessThan relation between two hyperparameters. |
|
Class to define an hyperparameter problem. |
|
A Neural Architecture Problem specification for Neural Architecture Search. |
|
Represents a normal distribution. |
|
A uniform distribution |
|