deephyper.problem.Beta# class deephyper.problem.Beta(alpha: float, beta: float)[source]# Bases: Distribution Represents a beta distribution. Parameters: alpha (float) – The alpha parameter of a beta distribution beta (float) – The beta parameter of a beta distribution Methods Attributes alpha beta