bayesbay.parameterization.Parameterization

class bayesbay.parameterization.Parameterization(parameter_space)

Parameterization setting that consists of one or more ParameterSpace instances

Parameters:

parameter_space (Union[ParameterSpace, List[ParameterSpace]]) – one or more ParameterSpace instance(s)

Reference Details

perturbation_funcs

the list of perturbation functions allowed to perturb the parameterization

perturbation_weights

the list of perturbation function weights that determines the probability of which each corresponding perturbation function is to be chosen

initialize()

initializes the parameter space(s) constituting the parameterization

Returns:

Numerical values corresponding to the free parameters in the parameter space(s) constituting the parameterization

Return type:

State

back to top