pywr.parameters.MaxParameter¶
-
class
pywr.parameters.MaxParameter¶ Parameter that takes maximum of another Parameter and constant value (threshold)
This class is a more efficient version of AggregatedParameter where a single Parameter is compared to constant value.
Parameters: - parameter : Parameter
The parameter to to compare with the float.
- threshold : float (default=0.0)
The threshold value to compare with the given parameter.
-
__init__($self, /, *args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
afterbeforefinishget_all_valuesget_double_lower_boundsget_double_upper_boundsget_double_variablesget_integer_lower_boundsget_integer_upper_boundsget_integer_variablesget_valueloadlower_boundsregisterresetset_double_variablesset_integer_variablessetupunregisterupdateupper_boundsvalueAttributes
childrencommentdouble_sizeinteger_sizeis_variablemodelnameparameterparentssizethreshold