-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
feat/enhancementNew feature or requestNew feature or requestneeds-triageNeeds a maintainer to categorize and assignNeeds a maintainer to categorize and assign
Description
Summary
The MINUIT
minimiser allows for unbound parameters, and the MINUIT
guide even encourages the use of unbound parameters to avoid the non-linear, expensive parameter transformations done internally. Currently pyhf
does not allow unbound parameters, but it shouldn't be difficult to support this by allowing users to pass a None
or one sided parameters with (x, None)
or (None, x)
tuples.
This is related to the discussion in #2584.
Additional Information
Code of Conduct
- I agree to follow the Code of Conduct
matthewfeickert
Metadata
Metadata
Assignees
Labels
feat/enhancementNew feature or requestNew feature or requestneeds-triageNeeds a maintainer to categorize and assignNeeds a maintainer to categorize and assign