Probability design
smac.random_design.probability_design
#
DynamicProbabilityRandomDesign
#
Bases: AbstractRandomDesign
Interleave a random configuration according to a given probability which is decreased over time.
| PARAMETER | DESCRIPTION |
|---|---|
probability
|
Probability that a configuration will be drawn at random.
TYPE:
|
factor
|
Multiply the
TYPE:
|
seed
|
Integer used to initialize the random state.
TYPE:
|
Source code in smac/random_design/probability_design.py
next_iteration
#
ProbabilityRandomDesign
#
Bases: AbstractRandomDesign
Interleave a random configuration according to a given probability.
| PARAMETER | DESCRIPTION |
|---|---|
probability
|
Probability that a configuration will be drawn at random.
TYPE:
|
seed
|
Integer used to initialize the random state.
TYPE:
|