get_value_and_bounds_for_optimization

Parameter.get_value_and_bounds_for_optimization() tuple[float, float, float][source]

Get the parameter value and bounds with expression and non-negative constraints applied.

Returns:

A tuple containing the value, the lower and the upper bound.

Return type:

tuple[float, float, float]