-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
[area] Parameters and DescriptorsAnything related to Parameters or DescriptorsAnything related to Parameters or Descriptors[priority] mediumNormal/default priorityNormal/default priority[scope] enhancementAdds/improves features (major.MINOR.patch)Adds/improves features (major.MINOR.patch)
Description
It is very natural for users to want a Parameter to always be larger than a different Parameter. This would naturally be done by setting e.g.
a=Parameter(name='a',value=1)
b=Parameter(name='b',value=2,min=a)
If a user (or a fit) then updates a, the min of b updates to the new value of a, If a.value>b.value, then b.value=a.value should be set.
Metadata
Metadata
Assignees
Labels
[area] Parameters and DescriptorsAnything related to Parameters or DescriptorsAnything related to Parameters or Descriptors[priority] mediumNormal/default priorityNormal/default priority[scope] enhancementAdds/improves features (major.MINOR.patch)Adds/improves features (major.MINOR.patch)