smac.model.gaussian_process.priors.horseshoe_prior

Classes

HorseshoePrior(scale[, seed])

Horseshoe Prior as it is used in spearmint.

Interfaces

class smac.model.gaussian_process.priors.horseshoe_prior.HorseshoePrior(scale, seed=0)[source]

Bases: AbstractPrior

Horseshoe Prior as it is used in spearmint.

Parameters:
  • scale (float) – Scaling parameter.

  • seed (int, defaults to 0)

property meta: dict[str, Any]

Returns the meta data of the created object.