class RandomSpace extends ParamSpace

Represents a generator of parameters with specified distributions added by the HyperparamBuilder.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RandomSpace
  2. ParamSpace
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RandomSpace(paramDistributions: Array[(Param[_], Dist[_])])

    paramDistributions

    A list of parameters and their distributions generated by HyperparamBuilder.

Value Members

  1. val paramMaps: Iterator[ParamMap]
    Definition Classes
    RandomSpaceParamSpace