softplus
transform does not properly rescale parameters
#343
Labels
enhancement
New feature or request
good second issue
Can be done without knowing the ins and outs of Jaxley, but probably not suited fo newcomers.
Problem
The
ParamTransform
transforms params to be unbounded and (as a nice side effect) roughly z-scores them. However, if one an upper or lower bound are passed, then it does not z-score.Solution
We should generally find a good solution to z-score bounded, unbounded, and half-bounded parameters.
Maybe sth like the following:
The text was updated successfully, but these errors were encountered: