deephyper.problem.Normal#

class deephyper.problem.Normal(mu: float, sigma: float)[source]#

Bases: ConfigSpace.api.distributions.Distribution

Represents a normal distribution.

Parameters
  • mu (float) – The mean of the distribution

  • sigma (float) – The standard deviation of the float

Methods