Uniform#

class eclypse.graph.assets.space.Uniform[source]#

Bases: AssetSpace

Class to represent a uniform distribution of values.

Methods

__init__(low, high)

Create a new Uniform asset space.

__init__(low, high)[source]#

Create a new Uniform asset space.

Parameters:
  • low (float) – The lower bound of the distribution.

  • high (float) – The upper bound of the distribution.