progpy
progpy copied to clipboard
Parameter Estimation: Parameter Range
Requirement Text Allow for specification of range for parameters - automatically give warning when setting parameters and use in parameter estimation
Background Information Range in parameters can help parameter estimation resolve to a solution
Suggested Solution Another structure param_limits Dict[str, Tuple[float, float]]. Checked in param setting and passed to parameter estimation
DoD
- [ ] Implement feature
- [ ] Add to template
- [ ] Add to model building example
- [ ] Add tests
- [ ] Update documentation
- [ ] Add to change notes for next release