larch.numba.Model.set_cap
larch.numba.Model.set_cap¶
- Model.set_cap(self, cap=25.0)¶
Set the parameter values for one or more parameters.
- Parameters
cap (numeric, default 25.0) – Set a global limit on parameters. The maximum has a ceiling at this value, and the minimum a floor at the negative of this, unless the existing bounds are entirely outside this range.