You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow for specifying both that a parameter should be positive, and is currently not to be optimised over, it'd be great to support fixed(positive(1.0)). This could be achieved by applying value recursively (or at least twice, perhaps special-casing for fixed?).
Happy to provide a PR if you'd be willing to include it.
The text was updated successfully, but these errors were encountered:
To allow for specifying both that a parameter should be positive, and is currently not to be optimised over, it'd be great to support
fixed(positive(1.0))
. This could be achieved by applyingvalue
recursively (or at least twice, perhaps special-casing forfixed
?).Happy to provide a PR if you'd be willing to include it.
The text was updated successfully, but these errors were encountered: