Open
Description
A user can currently either provide par_bounds
or init_pars
to a function for all parameters in the model, or none at all. It would be useful to implement a consistently applied and safe interface for users to provide these values only for a subset of the parameters.
Related discussions:
Example implementation:
cabinetry/src/cabinetry/fit/__init__.py
Lines 636 to 640 in f2c351f