astromodule.hp.HyperParameter.from_dict#

static HyperParameter.from_dict(params: dict)[source]#

Creates a concrete instance of hyperparmeter from a dictionary of the python

Parameters:
paramsdict

A python dictionary that can be properly transformed into a concrete hyperparmeter instance.

Returns:
HyperParameter

A concrete instance of hyperparmeter