deephyper.problem.Normal# class deephyper.problem.Normal(mu: float, sigma: float)[source]# Bases: Distribution Represents a normal distribution. Parameters: mu (float) – The mean of the distribution sigma (float) – The standard deviation of the float Methods Attributes mu sigma