jaxley.optimize.transforms.SoftplusTransform# class SoftplusTransform(lower, threshold=20.0)[source]# Bases: Transform Softplus transformation. Parameters: lower (Array | ndarray | bool | number | bool | int | float | complex) threshold (float) forward(x)[source]# Parameters: x (Array | ndarray | bool | number | bool | int | float | complex) Return type: Array inverse(y)[source]# Inverse of the forward mapping.