progpy icon indicating copy to clipboard operation
progpy copied to clipboard

Parameter Estimation: Parameter Range

Open teubert opened this issue 2 years ago • 0 comments

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

teubert avatar Jul 11 '23 21:07 teubert