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
Unlike the MonotoneComponent class, the RectifiedMultivariateExpansion class requires some of the expansion parameters to be positive in order for the resulting map to be monotone. We currently don't have a good way of defining or imposing these bounds during map training. I propose we add a ParameterBounds() function to the ConditionalMapBase class that returns any lower or upper bounds on the map parameters that are needed to ensure monotonicity. The default behavior could be [-inf,inf] indicating that no bounds are necessary.
The text was updated successfully, but these errors were encountered:
Unlike the
MonotoneComponent
class, theRectifiedMultivariateExpansion
class requires some of the expansion parameters to be positive in order for the resulting map to be monotone. We currently don't have a good way of defining or imposing these bounds during map training. I propose we add aParameterBounds()
function to theConditionalMapBase
class that returns any lower or upper bounds on the map parameters that are needed to ensure monotonicity. The default behavior could be [-inf,inf] indicating that no bounds are necessary.The text was updated successfully, but these errors were encountered: