pywr.parameters.OffsetParameter¶
-
class
pywr.parameters.OffsetParameter(model, parameter, offset=0.0, lower_bounds=0.0, upper_bounds=np.inf, *args, **kwargs)¶ Parameter that offsets another Parameter by a constant value.
This class is a more efficient version of AggregatedParameter where a single Parameter is offset by a constant value.
- Parameters
- parameterParameter
The parameter to compare with the float.
- offsetfloat (default=0.0)
The offset to apply to the value returned by parameter.
- lower_boundsfloat (default=0.0)
The lower bounds of the offset when used during optimisation.
- upper_boundsfloat (default=np.inf)
The upper bounds of the offset when used during optimisation.
-
__init__(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(*args, **kwargs)Initialize self.
after(self)before(self)finish(self)get_all_values(self)get_double_lower_bounds(self)get_double_upper_bounds(self)get_double_variables(self)get_integer_lower_bounds(self)get_integer_upper_bounds(self)get_integer_variables(self)get_value(self, ScenarioIndex scenario_index)load(type cls, model, data)register(type cls)reset(self)set_double_variables(self, double[)set_integer_variables(self, int[)setup(self)unregister(type cls)value(self, Timestep ts, …)Attributes
childrencommentcomment: unicode
double_sizedouble_size: ‘int’
integer_sizeinteger_size: ‘int’
is_variableis_variable: ‘bool’
modelnameoffsetoffset: ‘double’
parameterparameter: pywr.parameters._parameters.Parameter
parentssize