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