baybe.parameters.utilsΒΆ

Parameter utilities.

Functions

activate_parameter(parameter, thresholds)

Force-activates a given parameter by moving its bounds away from zero.

get_parameters_from_dataframe(df, factory[, ...])

Create a list of parameters from a dataframe.

is_inactive(x, /, lower_threshold, ...)

Check if the given values are inactive (i.e. can be treated as zero).

sort_parameters(parameters)

Sort parameters alphabetically by their names.