Ejemplo n.º 1
0
def hp_qnormal(label, *args, **kwargs):
    if not isinstance(label, basestring):
        raise TypeError("require string label")
    return scope.float(scope.hyperopt_param(label, scope.qnormal(*args, **kwargs)))
Ejemplo n.º 2
0
def hp_qnormal(label, *args, **kwargs):
    if not isinstance(label, basestring):
        raise TypeError('require string label')
    return scope.float(
        scope.hyperopt_param(label, scope.qnormal(*args, **kwargs)))
Ejemplo n.º 3
0
def hp_qnormal(label, *args, **kwargs):
    return scope.float(
        scope.hyperopt_param(label, scope.qnormal(*args, **kwargs)))
Ejemplo n.º 4
0
def hp_qnormal(label, *args, **kwargs):
    return scope.float(
            scope.hyperopt_param(label,
                scope.qnormal(*args, **kwargs)))