Params

Helper functions to handle optimization parameters

check_boundary_len(boundary, pattern_a)

check the length of a boundary list against an pattern.

check_lu_range(bound_l, bound_u)

raise an ValueError if a value in the lower boundary list is higher then in the upper boundary list

recalc_parameter(parameter, bound_l, bound_u)

Rescale the parameter list from [0,…, 1] into the range given by the lower and upper boundary lists.